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>
58 template<
typename StringValueT = Aws::String>
59 void SetStringValue(StringValueT&& value) { m_stringValueHasBeenSet =
true; m_stringValue = std::forward<StringValueT>(value); }
60 template<
typename StringValueT = Aws::String>
71 template<
typename BinaryValueT = Aws::Utils::ByteBuffer>
72 void SetBinaryValue(BinaryValueT&& value) { m_binaryValueHasBeenSet =
true; m_binaryValue = std::forward<BinaryValueT>(value); }
73 template<
typename BinaryValueT = Aws::Utils::ByteBuffer>
83 template<
typename StringListValuesT = Aws::Vector<Aws::String>>
84 void SetStringListValues(StringListValuesT&& value) { m_stringListValuesHasBeenSet =
true; m_stringListValues = std::forward<StringListValuesT>(value); }
85 template<
typename StringListValuesT = Aws::Vector<Aws::String>>
87 template<
typename StringListValuesT = Aws::String>
97 template<
typename BinaryListValuesT = Aws::Vector<Aws::Utils::ByteBuffer>>
98 void SetBinaryListValues(BinaryListValuesT&& value) { m_binaryListValuesHasBeenSet =
true; m_binaryListValues = std::forward<BinaryListValuesT>(value); }
99 template<
typename BinaryListValuesT = Aws::Vector<Aws::Utils::ByteBuffer>>
101 template<
typename BinaryListValuesT = Aws::Utils::ByteBuffer>
116 template<
typename DataTypeT = Aws::String>
117 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
118 template<
typename DataTypeT = Aws::String>
124 bool m_stringValueHasBeenSet =
false;
127 bool m_binaryValueHasBeenSet =
false;
130 bool m_stringListValuesHasBeenSet =
false;
133 bool m_binaryListValuesHasBeenSet =
false;
136 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