7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 inline KeyGroupConfig&
AddItems(
const char* value) { m_itemsHasBeenSet =
true; m_items.push_back(value);
return *
this; }
82 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
90 bool m_nameHasBeenSet =
false;
93 bool m_itemsHasBeenSet =
false;
96 bool m_commentHasBeenSet =
false;
void SetName(Aws::String &&value)
void SetComment(const char *value)
KeyGroupConfig & AddItems(Aws::String &&value)
void SetItems(Aws::Vector< Aws::String > &&value)
KeyGroupConfig & AddItems(const char *value)
AWS_CLOUDFRONT_API KeyGroupConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
KeyGroupConfig & WithName(const char *value)
KeyGroupConfig & WithComment(const Aws::String &value)
KeyGroupConfig & WithComment(Aws::String &&value)
bool CommentHasBeenSet() const
KeyGroupConfig & WithItems(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetItems() const
KeyGroupConfig & WithName(const Aws::String &value)
KeyGroupConfig & WithName(Aws::String &&value)
KeyGroupConfig & WithItems(Aws::Vector< Aws::String > &&value)
AWS_CLOUDFRONT_API KeyGroupConfig()
const Aws::String & GetName() const
void SetItems(const Aws::Vector< Aws::String > &value)
AWS_CLOUDFRONT_API KeyGroupConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(const Aws::String &value)
KeyGroupConfig & WithComment(const char *value)
void SetComment(const Aws::String &value)
void SetComment(Aws::String &&value)
const Aws::String & GetComment() const
void SetName(const char *value)
KeyGroupConfig & AddItems(const Aws::String &value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool NameHasBeenSet() const
bool ItemsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector