7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iam/model/ContextKeyTypeEnum.h>
58 inline void SetContextKeyName(
const char* value) { m_contextKeyNameHasBeenSet =
true; m_contextKeyName.assign(value); }
96 bool m_contextKeyNameHasBeenSet =
false;
99 bool m_contextKeyValuesHasBeenSet =
false;
102 bool m_contextKeyTypeHasBeenSet =
false;
ContextEntry & AddContextKeyValues(const char *value)
ContextEntry & WithContextKeyValues(const Aws::Vector< Aws::String > &value)
const ContextKeyTypeEnum & GetContextKeyType() const
void SetContextKeyValues(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetContextKeyValues() const
void SetContextKeyName(const char *value)
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ContextEntry & WithContextKeyValues(Aws::Vector< Aws::String > &&value)
void SetContextKeyType(const ContextKeyTypeEnum &value)
AWS_IAM_API ContextEntry & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ContextEntry & AddContextKeyValues(const Aws::String &value)
ContextEntry & WithContextKeyType(const ContextKeyTypeEnum &value)
const Aws::String & GetContextKeyName() const
void SetContextKeyValues(const Aws::Vector< Aws::String > &value)
ContextEntry & AddContextKeyValues(Aws::String &&value)
void SetContextKeyName(const Aws::String &value)
void SetContextKeyName(Aws::String &&value)
bool ContextKeyValuesHasBeenSet() const
AWS_IAM_API ContextEntry(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_IAM_API ContextEntry()
bool ContextKeyTypeHasBeenSet() const
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ContextEntry & WithContextKeyName(const Aws::String &value)
ContextEntry & WithContextKeyName(const char *value)
ContextEntry & WithContextKeyName(Aws::String &&value)
void SetContextKeyType(ContextKeyTypeEnum &&value)
ContextEntry & WithContextKeyType(ContextKeyTypeEnum &&value)
bool ContextKeyNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream