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>
49 template <
typename StringValueT = Aws::String>
51 m_stringValueHasBeenSet =
true;
52 m_stringValue = std::forward<StringValueT>(value);
54 template <
typename StringValueT = Aws::String>
68 template <
typename BinaryValueT = Aws::Utils::ByteBuffer>
70 m_binaryValueHasBeenSet =
true;
71 m_binaryValue = std::forward<BinaryValueT>(value);
73 template <
typename BinaryValueT = Aws::Utils::ByteBuffer>
86 template <
typename StringListValuesT = Aws::Vector<Aws::String>>
88 m_stringListValuesHasBeenSet =
true;
89 m_stringListValues = std::forward<StringListValuesT>(value);
91 template <
typename StringListValuesT = Aws::Vector<Aws::String>>
96 template <
typename StringListValuesT = Aws::String>
98 m_stringListValuesHasBeenSet =
true;
99 m_stringListValues.emplace_back(std::forward<StringListValuesT>(value));
110 template <
typename BinaryListValuesT = Aws::Vector<Aws::Utils::ByteBuffer>>
112 m_binaryListValuesHasBeenSet =
true;
113 m_binaryListValues = std::forward<BinaryListValuesT>(value);
115 template <
typename BinaryListValuesT = Aws::Vector<Aws::Utils::ByteBuffer>>
120 template <
typename BinaryListValuesT = Aws::Utils::ByteBuffer>
122 m_binaryListValuesHasBeenSet =
true;
123 m_binaryListValues.emplace_back(std::forward<BinaryListValuesT>(value));
139 template <
typename DataTypeT = Aws::String>
141 m_dataTypeHasBeenSet =
true;
142 m_dataType = std::forward<DataTypeT>(value);
144 template <
typename DataTypeT = Aws::String>
160 bool m_stringValueHasBeenSet =
false;
161 bool m_binaryValueHasBeenSet =
false;
162 bool m_stringListValuesHasBeenSet =
false;
163 bool m_binaryListValuesHasBeenSet =
false;
164 bool m_dataTypeHasBeenSet =
false;
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetStringListValues() const
MessageSystemAttributeValue & WithBinaryListValues(BinaryListValuesT &&value)
void SetStringValue(StringValueT &&value)
const Aws::String & GetDataType() const
AWS_SQS_API MessageSystemAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStringListValues(StringListValuesT &&value)
AWS_SQS_API MessageSystemAttributeValue(Aws::Utils::Json::JsonView jsonValue)
bool BinaryListValuesHasBeenSet() const
MessageSystemAttributeValue & AddStringListValues(StringListValuesT &&value)
void SetBinaryListValues(BinaryListValuesT &&value)
MessageSystemAttributeValue & WithDataType(DataTypeT &&value)
bool StringValueHasBeenSet() const
bool DataTypeHasBeenSet() const
void SetBinaryValue(BinaryValueT &&value)
MessageSystemAttributeValue & WithBinaryValue(BinaryValueT &&value)
const Aws::String & GetStringValue() const
const Aws::Utils::ByteBuffer & GetBinaryValue() const
bool StringListValuesHasBeenSet() const
MessageSystemAttributeValue & WithStringListValues(StringListValuesT &&value)
void SetDataType(DataTypeT &&value)
const Aws::Vector< Aws::Utils::ByteBuffer > & GetBinaryListValues() const
bool BinaryValueHasBeenSet() const
MessageSystemAttributeValue & WithStringValue(StringValueT &&value)
AWS_SQS_API MessageSystemAttributeValue()=default
MessageSystemAttributeValue & AddBinaryListValues(BinaryListValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue