7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sqs/SQS_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename MessageIdT = Aws::String>
61 m_messageIdHasBeenSet =
true;
62 m_messageId = std::forward<MessageIdT>(value);
64 template <
typename MessageIdT = Aws::String>
80 template <
typename MD5OfMessageBodyT = Aws::String>
82 m_mD5OfMessageBodyHasBeenSet =
true;
83 m_mD5OfMessageBody = std::forward<MD5OfMessageBodyT>(value);
85 template <
typename MD5OfMessageBodyT = Aws::String>
101 template <
typename MD5OfMessageAttributesT = Aws::String>
103 m_mD5OfMessageAttributesHasBeenSet =
true;
104 m_mD5OfMessageAttributes = std::forward<MD5OfMessageAttributesT>(value);
106 template <
typename MD5OfMessageAttributesT = Aws::String>
123 template <
typename MD5OfMessageSystemAttributesT = Aws::String>
125 m_mD5OfMessageSystemAttributesHasBeenSet =
true;
126 m_mD5OfMessageSystemAttributes = std::forward<MD5OfMessageSystemAttributesT>(value);
128 template <
typename MD5OfMessageSystemAttributesT = Aws::String>
145 template <
typename SequenceNumberT = Aws::String>
147 m_sequenceNumberHasBeenSet =
true;
148 m_sequenceNumber = std::forward<SequenceNumberT>(value);
150 template <
typename SequenceNumberT = Aws::String>
168 bool m_idHasBeenSet =
false;
169 bool m_messageIdHasBeenSet =
false;
170 bool m_mD5OfMessageBodyHasBeenSet =
false;
171 bool m_mD5OfMessageAttributesHasBeenSet =
false;
172 bool m_mD5OfMessageSystemAttributesHasBeenSet =
false;
173 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