7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sqs/SQS_EXPORTS.h>
52 template <
typename StringValueT = Aws::String>
54 m_stringValueHasBeenSet =
true;
55 m_stringValue = std::forward<StringValueT>(value);
57 template <
typename StringValueT = Aws::String>
71 template <
typename BinaryValueT = Aws::Utils::ByteBuffer>
73 m_binaryValueHasBeenSet =
true;
74 m_binaryValue = std::forward<BinaryValueT>(value);
76 template <
typename BinaryValueT = Aws::Utils::ByteBuffer>
89 template <
typename StringListValuesT = Aws::Vector<Aws::String>>
91 m_stringListValuesHasBeenSet =
true;
92 m_stringListValues = std::forward<StringListValuesT>(value);
94 template <
typename StringListValuesT = Aws::Vector<Aws::String>>
99 template <
typename StringListValuesT = Aws::String>
101 m_stringListValuesHasBeenSet =
true;
102 m_stringListValues.emplace_back(std::forward<StringListValuesT>(value));
113 template <
typename BinaryListValuesT = Aws::Vector<Aws::Utils::ByteBuffer>>
115 m_binaryListValuesHasBeenSet =
true;
116 m_binaryListValues = std::forward<BinaryListValuesT>(value);
118 template <
typename BinaryListValuesT = Aws::Vector<Aws::Utils::ByteBuffer>>
123 template <
typename BinaryListValuesT = Aws::Utils::ByteBuffer>
125 m_binaryListValuesHasBeenSet =
true;
126 m_binaryListValues.emplace_back(std::forward<BinaryListValuesT>(value));
142 template <
typename DataTypeT = Aws::String>
144 m_dataTypeHasBeenSet =
true;
145 m_dataType = std::forward<DataTypeT>(value);
147 template <
typename DataTypeT = Aws::String>
163 bool m_stringValueHasBeenSet =
false;
164 bool m_binaryValueHasBeenSet =
false;
165 bool m_stringListValuesHasBeenSet =
false;
166 bool m_binaryListValuesHasBeenSet =
false;
167 bool m_dataTypeHasBeenSet =
false;
AWS_SQS_API MessageAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBinaryValue(BinaryValueT &&value)
MessageAttributeValue & WithDataType(DataTypeT &&value)
void SetBinaryListValues(BinaryListValuesT &&value)
bool StringValueHasBeenSet() const
AWS_SQS_API MessageAttributeValue()=default
bool DataTypeHasBeenSet() const
void SetDataType(DataTypeT &&value)
const Aws::String & GetDataType() const
void SetStringValue(StringValueT &&value)
const Aws::Utils::ByteBuffer & GetBinaryValue() const
bool BinaryListValuesHasBeenSet() const
MessageAttributeValue & WithStringValue(StringValueT &&value)
MessageAttributeValue & WithBinaryValue(BinaryValueT &&value)
bool BinaryValueHasBeenSet() const
void SetStringListValues(StringListValuesT &&value)
MessageAttributeValue & AddBinaryListValues(BinaryListValuesT &&value)
bool StringListValuesHasBeenSet() const
MessageAttributeValue & AddStringListValues(StringListValuesT &&value)
AWS_SQS_API MessageAttributeValue(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetStringListValues() const
MessageAttributeValue & WithBinaryListValues(BinaryListValuesT &&value)
MessageAttributeValue & WithStringListValues(StringListValuesT &&value)
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
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