51 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
76 inline void SetContextKeyName(
const char* value) { m_contextKeyNameHasBeenSet =
true; m_contextKeyName.assign(value); }
184 bool m_contextKeyNameHasBeenSet;
186 bool m_contextKeyValuesHasBeenSet;
188 bool m_contextKeyTypeHasBeenSet;
void SetContextKeyName(const char *value)
void SetContextKeyName(Aws::String &&value)
ContextEntry & WithContextKeyValues(const Aws::Vector< Aws::String > &value)
std::vector< T, Aws::Allocator< T > > Vector
ContextEntry & AddContextKeyValues(const Aws::String &value)
void SetContextKeyValues(const Aws::Vector< Aws::String > &value)
ContextEntry & WithContextKeyName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetContextKeyValues() const
ContextEntry & AddContextKeyValues(Aws::String &&value)
ContextEntry & WithContextKeyType(const ContextKeyTypeEnum &value)
void SetContextKeyValues(Aws::Vector< Aws::String > &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
ContextEntry & WithContextKeyName(const Aws::String &value)
const ContextKeyTypeEnum & GetContextKeyType() const
ContextEntry & AddContextKeyValues(const char *value)
ContextEntry & WithContextKeyValues(Aws::Vector< Aws::String > &&value)
void SetContextKeyName(const Aws::String &value)
ContextEntry & WithContextKeyType(ContextKeyTypeEnum &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ContextEntry & WithContextKeyName(const char *value)
const Aws::String & GetContextKeyName() const
void SetContextKeyType(ContextKeyTypeEnum &&value)
void SetContextKeyType(const ContextKeyTypeEnum &value)
JSON (JavaScript Object Notation).