7#include <aws/sqs/SQS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename MessageIdT = Aws::String>
60 void SetMessageId(MessageIdT&& value) { m_messageIdHasBeenSet =
true; m_messageId = std::forward<MessageIdT>(value); }
61 template<
typename MessageIdT = Aws::String>
74 template<
typename MD5OfMessageBodyT = Aws::String>
75 void SetMD5OfMessageBody(MD5OfMessageBodyT&& value) { m_mD5OfMessageBodyHasBeenSet =
true; m_mD5OfMessageBody = std::forward<MD5OfMessageBodyT>(value); }
76 template<
typename MD5OfMessageBodyT = Aws::String>
89 template<
typename MD5OfMessageAttributesT = Aws::String>
90 void SetMD5OfMessageAttributes(MD5OfMessageAttributesT&& value) { m_mD5OfMessageAttributesHasBeenSet =
true; m_mD5OfMessageAttributes = std::forward<MD5OfMessageAttributesT>(value); }
91 template<
typename MD5OfMessageAttributesT = Aws::String>
105 template<
typename MD5OfMessageSystemAttributesT = Aws::String>
106 void SetMD5OfMessageSystemAttributes(MD5OfMessageSystemAttributesT&& value) { m_mD5OfMessageSystemAttributesHasBeenSet =
true; m_mD5OfMessageSystemAttributes = std::forward<MD5OfMessageSystemAttributesT>(value); }
107 template<
typename MD5OfMessageSystemAttributesT = Aws::String>
121 template<
typename SequenceNumberT = Aws::String>
122 void SetSequenceNumber(SequenceNumberT&& value) { m_sequenceNumberHasBeenSet =
true; m_sequenceNumber = std::forward<SequenceNumberT>(value); }
123 template<
typename SequenceNumberT = Aws::String>
129 bool m_idHasBeenSet =
false;
132 bool m_messageIdHasBeenSet =
false;
135 bool m_mD5OfMessageBodyHasBeenSet =
false;
138 bool m_mD5OfMessageAttributesHasBeenSet =
false;
141 bool m_mD5OfMessageSystemAttributesHasBeenSet =
false;
144 bool m_sequenceNumberHasBeenSet =
false;
const Aws::String & GetMD5OfMessageBody() const
AWS_SQS_API SendMessageBatchResultEntry()=default
const Aws::String & GetSequenceNumber() const
SendMessageBatchResultEntry & WithMD5OfMessageSystemAttributes(MD5OfMessageSystemAttributesT &&value)
bool MD5OfMessageSystemAttributesHasBeenSet() const
const Aws::String & GetMessageId() const
void SetMD5OfMessageSystemAttributes(MD5OfMessageSystemAttributesT &&value)
bool MessageIdHasBeenSet() const
AWS_SQS_API SendMessageBatchResultEntry(Aws::Utils::Json::JsonView jsonValue)
void SetMessageId(MessageIdT &&value)
SendMessageBatchResultEntry & WithMD5OfMessageAttributes(MD5OfMessageAttributesT &&value)
SendMessageBatchResultEntry & WithId(IdT &&value)
void SetMD5OfMessageBody(MD5OfMessageBodyT &&value)
SendMessageBatchResultEntry & WithMessageId(MessageIdT &&value)
AWS_SQS_API SendMessageBatchResultEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
SendMessageBatchResultEntry & WithSequenceNumber(SequenceNumberT &&value)
void SetSequenceNumber(SequenceNumberT &&value)
const Aws::String & GetId() const
const Aws::String & GetMD5OfMessageAttributes() const
bool SequenceNumberHasBeenSet() const
bool MD5OfMessageAttributesHasBeenSet() const
const Aws::String & GetMD5OfMessageSystemAttributes() const
bool IdHasBeenSet() const
void SetMD5OfMessageAttributes(MD5OfMessageAttributesT &&value)
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
SendMessageBatchResultEntry & WithMD5OfMessageBody(MD5OfMessageBodyT &&value)
bool MD5OfMessageBodyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue