7#include <aws/dynamodbstreams/DynamoDBStreams_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>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace DynamoDBStreams
56 inline void SetS(
Aws::String&& value) { m_sHasBeenSet =
true; m_s = std::move(value); }
57 inline void SetS(
const char* value) { m_sHasBeenSet =
true; m_s.assign(value); }
73 inline void SetN(
Aws::String&& value) { m_nHasBeenSet =
true; m_n = std::move(value); }
74 inline void SetN(
const char* value) { m_nHasBeenSet =
true; m_n.assign(value); }
106 inline AttributeValue&
AddSS(
const char* value) { m_sSHasBeenSet =
true; m_sS.push_back(value);
return *
this; }
125 inline AttributeValue&
AddNS(
const char* value) { m_nSHasBeenSet =
true; m_nS.push_back(value);
return *
this; }
184 inline void SetNULL(
bool value) { m_nULLHasBeenSet =
true; m_nULL = value; }
195 inline void SetBOOL(
bool value) { m_bOOLHasBeenSet =
true; m_bOOL = value; }
201 bool m_sHasBeenSet =
false;
204 bool m_nHasBeenSet =
false;
207 bool m_bHasBeenSet =
false;
210 bool m_sSHasBeenSet =
false;
213 bool m_nSHasBeenSet =
false;
216 bool m_bSHasBeenSet =
false;
219 bool m_mHasBeenSet =
false;
222 bool m_lHasBeenSet =
false;
225 bool m_nULLHasBeenSet =
false;
228 bool m_bOOLHasBeenSet =
false;
const Aws::Utils::ByteBuffer & GetB() const
AttributeValue & WithNULL(bool value)
bool SSHasBeenSet() const
AttributeValue & WithS(Aws::String &&value)
AttributeValue & AddSS(Aws::String &&value)
AWS_DYNAMODBSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BSHasBeenSet() const
AttributeValue & AddL(const AttributeValue &value)
const Aws::Vector< AttributeValue > & GetL() const
void SetBS(Aws::Vector< Aws::Utils::ByteBuffer > &&value)
AttributeValue & WithM(const Aws::Map< Aws::String, AttributeValue > &value)
AttributeValue & WithSS(const Aws::Vector< Aws::String > &value)
AttributeValue & AddM(Aws::String &&key, AttributeValue &&value)
const Aws::Vector< Aws::String > & GetSS() const
void SetN(const Aws::String &value)
void SetN(const char *value)
bool NSHasBeenSet() const
AttributeValue & WithBS(const Aws::Vector< Aws::Utils::ByteBuffer > &value)
AttributeValue & WithBOOL(bool value)
AttributeValue & WithN(const Aws::String &value)
AttributeValue & AddNS(Aws::String &&value)
AttributeValue & AddL(AttributeValue &&value)
AttributeValue & WithN(Aws::String &&value)
AttributeValue & AddSS(const char *value)
const Aws::Map< Aws::String, AttributeValue > & GetM() const
const Aws::String & GetN() const
void SetB(Aws::Utils::ByteBuffer &&value)
AttributeValue & WithM(Aws::Map< Aws::String, AttributeValue > &&value)
void SetS(const char *value)
AttributeValue & WithL(const Aws::Vector< AttributeValue > &value)
void SetM(Aws::Map< Aws::String, AttributeValue > &&value)
void SetNS(Aws::Vector< Aws::String > &&value)
AttributeValue & AddBS(Aws::Utils::ByteBuffer &&value)
AttributeValue & WithNS(const Aws::Vector< Aws::String > &value)
AttributeValue & AddNS(const Aws::String &value)
bool BOOLHasBeenSet() const
void SetB(const Aws::Utils::ByteBuffer &value)
const Aws::String & GetS() const
AttributeValue & AddM(const char *key, const AttributeValue &value)
AttributeValue & WithNS(Aws::Vector< Aws::String > &&value)
AttributeValue & AddNS(const char *value)
AttributeValue & WithN(const char *value)
void SetL(const Aws::Vector< AttributeValue > &value)
AttributeValue & WithB(const Aws::Utils::ByteBuffer &value)
void SetS(const Aws::String &value)
AttributeValue & WithL(Aws::Vector< AttributeValue > &&value)
AWS_DYNAMODBSTREAMS_API AttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODBSTREAMS_API AttributeValue(Aws::Utils::Json::JsonView jsonValue)
AttributeValue & AddM(const Aws::String &key, const AttributeValue &value)
void SetBS(const Aws::Vector< Aws::Utils::ByteBuffer > &value)
void SetS(Aws::String &&value)
AttributeValue & AddM(const char *key, AttributeValue &&value)
void SetN(Aws::String &&value)
AttributeValue & WithS(const Aws::String &value)
AttributeValue & WithS(const char *value)
AttributeValue & AddSS(const Aws::String &value)
void SetM(const Aws::Map< Aws::String, AttributeValue > &value)
void SetSS(Aws::Vector< Aws::String > &&value)
AttributeValue & WithB(Aws::Utils::ByteBuffer &&value)
AttributeValue & AddBS(const Aws::Utils::ByteBuffer &value)
AWS_DYNAMODBSTREAMS_API AttributeValue()
AttributeValue & WithBS(Aws::Vector< Aws::Utils::ByteBuffer > &&value)
void SetSS(const Aws::Vector< Aws::String > &value)
AttributeValue & AddM(Aws::String &&key, const AttributeValue &value)
void SetNS(const Aws::Vector< Aws::String > &value)
AttributeValue & WithSS(Aws::Vector< Aws::String > &&value)
void SetL(Aws::Vector< AttributeValue > &&value)
AttributeValue & AddM(const Aws::String &key, AttributeValue &&value)
bool NULLHasBeenSet() const
const Aws::Vector< Aws::Utils::ByteBuffer > & GetBS() const
const Aws::Vector< Aws::String > & GetNS() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue