7#include <aws/sqs/SQS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/sqs/model/MessageAttributeValue.h>
11#include <aws/sqs/model/MessageSystemAttributeNameForSends.h>
12#include <aws/sqs/model/MessageSystemAttributeValue.h>
56 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
57 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
71 inline void SetMessageBody(
const char* value) { m_messageBodyHasBeenSet =
true; m_messageBody.assign(value); }
89 inline void SetDelaySeconds(
int value) { m_delaySecondsHasBeenSet =
true; m_delaySeconds = value; }
184 inline void SetMessageDeduplicationId(
const char* value) { m_messageDeduplicationIdHasBeenSet =
true; m_messageDeduplicationId.assign(value); }
219 inline void SetMessageGroupId(
const char* value) { m_messageGroupIdHasBeenSet =
true; m_messageGroupId.assign(value); }
227 bool m_idHasBeenSet =
false;
230 bool m_messageBodyHasBeenSet =
false;
233 bool m_delaySecondsHasBeenSet =
false;
236 bool m_messageAttributesHasBeenSet =
false;
239 bool m_messageSystemAttributesHasBeenSet =
false;
242 bool m_messageDeduplicationIdHasBeenSet =
false;
245 bool m_messageGroupIdHasBeenSet =
false;
void SetMessageAttributes(const Aws::Map< Aws::String, MessageAttributeValue > &value)
const Aws::String & GetMessageBody() const
SendMessageBatchRequestEntry & WithMessageDeduplicationId(const Aws::String &value)
void SetId(const char *value)
AWS_SQS_API SendMessageBatchRequestEntry(Aws::Utils::Json::JsonView jsonValue)
SendMessageBatchRequestEntry & WithMessageBody(const char *value)
AWS_SQS_API SendMessageBatchRequestEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessageSystemAttributes(const Aws::Map< MessageSystemAttributeNameForSends, MessageSystemAttributeValue > &value)
void SetDelaySeconds(int value)
SendMessageBatchRequestEntry & AddMessageAttributes(const Aws::String &key, const MessageAttributeValue &value)
bool MessageAttributesHasBeenSet() const
const Aws::Map< MessageSystemAttributeNameForSends, MessageSystemAttributeValue > & GetMessageSystemAttributes() const
void SetMessageDeduplicationId(const char *value)
SendMessageBatchRequestEntry & WithMessageAttributes(const Aws::Map< Aws::String, MessageAttributeValue > &value)
void SetMessageBody(const Aws::String &value)
SendMessageBatchRequestEntry & WithMessageAttributes(Aws::Map< Aws::String, MessageAttributeValue > &&value)
SendMessageBatchRequestEntry & WithMessageSystemAttributes(Aws::Map< MessageSystemAttributeNameForSends, MessageSystemAttributeValue > &&value)
SendMessageBatchRequestEntry & WithMessageSystemAttributes(const Aws::Map< MessageSystemAttributeNameForSends, MessageSystemAttributeValue > &value)
SendMessageBatchRequestEntry & WithId(const Aws::String &value)
void SetMessageDeduplicationId(const Aws::String &value)
void SetMessageGroupId(Aws::String &&value)
void SetMessageGroupId(const char *value)
SendMessageBatchRequestEntry & WithDelaySeconds(int value)
void SetMessageBody(const char *value)
void SetMessageDeduplicationId(Aws::String &&value)
const Aws::Map< Aws::String, MessageAttributeValue > & GetMessageAttributes() const
SendMessageBatchRequestEntry & WithMessageBody(Aws::String &&value)
bool MessageGroupIdHasBeenSet() const
void SetId(const Aws::String &value)
void SetMessageSystemAttributes(Aws::Map< MessageSystemAttributeNameForSends, MessageSystemAttributeValue > &&value)
SendMessageBatchRequestEntry & WithMessageBody(const Aws::String &value)
bool MessageDeduplicationIdHasBeenSet() const
SendMessageBatchRequestEntry & AddMessageAttributes(Aws::String &&key, const MessageAttributeValue &value)
SendMessageBatchRequestEntry & AddMessageAttributes(const char *key, const MessageAttributeValue &value)
bool MessageBodyHasBeenSet() const
void SetId(Aws::String &&value)
SendMessageBatchRequestEntry & WithMessageDeduplicationId(Aws::String &&value)
bool IdHasBeenSet() const
SendMessageBatchRequestEntry & WithId(Aws::String &&value)
SendMessageBatchRequestEntry & WithMessageGroupId(Aws::String &&value)
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageSystemAttributesHasBeenSet() const
SendMessageBatchRequestEntry & WithId(const char *value)
SendMessageBatchRequestEntry & AddMessageSystemAttributes(const MessageSystemAttributeNameForSends &key, MessageSystemAttributeValue &&value)
AWS_SQS_API SendMessageBatchRequestEntry()
void SetMessageGroupId(const Aws::String &value)
void SetMessageBody(Aws::String &&value)
const Aws::String & GetMessageDeduplicationId() const
void SetMessageAttributes(Aws::Map< Aws::String, MessageAttributeValue > &&value)
bool DelaySecondsHasBeenSet() const
SendMessageBatchRequestEntry & AddMessageAttributes(const Aws::String &key, MessageAttributeValue &&value)
SendMessageBatchRequestEntry & AddMessageSystemAttributes(const MessageSystemAttributeNameForSends &key, const MessageSystemAttributeValue &value)
int GetDelaySeconds() const
SendMessageBatchRequestEntry & WithMessageDeduplicationId(const char *value)
const Aws::String & GetId() const
SendMessageBatchRequestEntry & AddMessageSystemAttributes(MessageSystemAttributeNameForSends &&key, MessageSystemAttributeValue &&value)
const Aws::String & GetMessageGroupId() const
SendMessageBatchRequestEntry & AddMessageAttributes(const char *key, MessageAttributeValue &&value)
SendMessageBatchRequestEntry & AddMessageSystemAttributes(MessageSystemAttributeNameForSends &&key, const MessageSystemAttributeValue &value)
SendMessageBatchRequestEntry & AddMessageAttributes(Aws::String &&key, MessageAttributeValue &&value)
SendMessageBatchRequestEntry & WithMessageGroupId(const Aws::String &value)
SendMessageBatchRequestEntry & WithMessageGroupId(const char *value)
MessageSystemAttributeNameForSends
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue