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>
57 inline void SetStringValue(
const char* value) { m_stringValueHasBeenSet =
true; m_stringValue.assign(value); }
118 inline void SetDataType(
const char* value) { m_dataTypeHasBeenSet =
true; m_dataType.assign(value); }
126 bool m_stringValueHasBeenSet =
false;
129 bool m_binaryValueHasBeenSet =
false;
132 bool m_stringListValuesHasBeenSet =
false;
135 bool m_binaryListValuesHasBeenSet =
false;
138 bool m_dataTypeHasBeenSet =
false;
MessageSystemAttributeValue & AddBinaryListValues(const Aws::Utils::ByteBuffer &value)
MessageSystemAttributeValue & WithStringListValues(Aws::Vector< Aws::String > &&value)
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
MessageSystemAttributeValue & AddBinaryListValues(Aws::Utils::ByteBuffer &&value)
void SetStringValue(const char *value)
const Aws::Vector< Aws::String > & GetStringListValues() const
void SetDataType(const char *value)
void SetStringValue(Aws::String &&value)
MessageSystemAttributeValue & WithDataType(const Aws::String &value)
const Aws::String & GetDataType() const
MessageSystemAttributeValue & WithDataType(Aws::String &&value)
MessageSystemAttributeValue & WithStringListValues(const Aws::Vector< Aws::String > &value)
MessageSystemAttributeValue & AddStringListValues(Aws::String &&value)
void SetBinaryListValues(Aws::Vector< Aws::Utils::ByteBuffer > &&value)
MessageSystemAttributeValue & AddStringListValues(const Aws::String &value)
void SetBinaryListValues(const Aws::Vector< Aws::Utils::ByteBuffer > &value)
AWS_SQS_API MessageSystemAttributeValue()
AWS_SQS_API MessageSystemAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
MessageSystemAttributeValue & WithBinaryValue(Aws::Utils::ByteBuffer &&value)
MessageSystemAttributeValue & WithBinaryListValues(const Aws::Vector< Aws::Utils::ByteBuffer > &value)
void SetDataType(const Aws::String &value)
void SetStringListValues(Aws::Vector< Aws::String > &&value)
AWS_SQS_API MessageSystemAttributeValue(Aws::Utils::Json::JsonView jsonValue)
bool BinaryListValuesHasBeenSet() const
void SetStringValue(const Aws::String &value)
void SetStringListValues(const Aws::Vector< Aws::String > &value)
MessageSystemAttributeValue & WithBinaryListValues(Aws::Vector< Aws::Utils::ByteBuffer > &&value)
MessageSystemAttributeValue & WithStringValue(Aws::String &&value)
void SetDataType(Aws::String &&value)
MessageSystemAttributeValue & WithBinaryValue(const Aws::Utils::ByteBuffer &value)
MessageSystemAttributeValue & WithStringValue(const Aws::String &value)
MessageSystemAttributeValue & AddStringListValues(const char *value)
MessageSystemAttributeValue & WithStringValue(const char *value)
bool StringValueHasBeenSet() const
bool DataTypeHasBeenSet() const
const Aws::String & GetStringValue() const
const Aws::Utils::ByteBuffer & GetBinaryValue() const
bool StringListValuesHasBeenSet() const
void SetBinaryValue(Aws::Utils::ByteBuffer &&value)
const Aws::Vector< Aws::Utils::ByteBuffer > & GetBinaryListValues() const
bool BinaryValueHasBeenSet() const
void SetBinaryValue(const Aws::Utils::ByteBuffer &value)
MessageSystemAttributeValue & WithDataType(const char *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