7#include <aws/sqs/SQS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
60 inline void SetStringValue(
const char* value) { m_stringValueHasBeenSet =
true; m_stringValue.assign(value); }
121 inline void SetDataType(
const char* value) { m_dataTypeHasBeenSet =
true; m_dataType.assign(value); }
129 bool m_stringValueHasBeenSet =
false;
132 bool m_binaryValueHasBeenSet =
false;
135 bool m_stringListValuesHasBeenSet =
false;
138 bool m_binaryListValuesHasBeenSet =
false;
141 bool m_dataTypeHasBeenSet =
false;
AWS_SQS_API MessageAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
MessageAttributeValue & AddStringListValues(Aws::String &&value)
void SetBinaryListValues(Aws::Vector< Aws::Utils::ByteBuffer > &&value)
MessageAttributeValue & WithStringListValues(const Aws::Vector< Aws::String > &value)
void SetStringValue(const char *value)
MessageAttributeValue & AddStringListValues(const Aws::String &value)
MessageAttributeValue & WithDataType(const char *value)
MessageAttributeValue & WithBinaryListValues(Aws::Vector< Aws::Utils::ByteBuffer > &&value)
void SetStringListValues(Aws::Vector< Aws::String > &&value)
bool StringValueHasBeenSet() const
MessageAttributeValue & AddStringListValues(const char *value)
MessageAttributeValue & WithDataType(Aws::String &&value)
bool DataTypeHasBeenSet() const
MessageAttributeValue & WithStringValue(const char *value)
AWS_SQS_API MessageAttributeValue()
void SetBinaryValue(const Aws::Utils::ByteBuffer &value)
void SetStringListValues(const Aws::Vector< Aws::String > &value)
void SetDataType(const char *value)
void SetBinaryListValues(const Aws::Vector< Aws::Utils::ByteBuffer > &value)
void SetStringValue(const Aws::String &value)
const Aws::String & GetDataType() const
MessageAttributeValue & WithBinaryValue(const Aws::Utils::ByteBuffer &value)
MessageAttributeValue & WithStringListValues(Aws::Vector< Aws::String > &&value)
MessageAttributeValue & WithStringValue(const Aws::String &value)
MessageAttributeValue & WithBinaryValue(Aws::Utils::ByteBuffer &&value)
void SetDataType(Aws::String &&value)
const Aws::Utils::ByteBuffer & GetBinaryValue() const
bool BinaryListValuesHasBeenSet() const
void SetBinaryValue(Aws::Utils::ByteBuffer &&value)
void SetDataType(const Aws::String &value)
bool BinaryValueHasBeenSet() const
MessageAttributeValue & WithStringValue(Aws::String &&value)
bool StringListValuesHasBeenSet() const
MessageAttributeValue & WithBinaryListValues(const Aws::Vector< Aws::Utils::ByteBuffer > &value)
AWS_SQS_API MessageAttributeValue(Aws::Utils::Json::JsonView jsonValue)
MessageAttributeValue & WithDataType(const Aws::String &value)
const Aws::Vector< Aws::String > & GetStringListValues() const
MessageAttributeValue & AddBinaryListValues(const Aws::Utils::ByteBuffer &value)
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
MessageAttributeValue & AddBinaryListValues(Aws::Utils::ByteBuffer &&value)
void SetStringValue(Aws::String &&value)
const Aws::String & GetStringValue() const
const Aws::Vector< Aws::Utils::ByteBuffer > & GetBinaryListValues() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue