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>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename ItemsT = Aws::Vector<Aws::String>>
64 m_itemsHasBeenSet =
true;
65 m_items = std::forward<ItemsT>(value);
67 template <
typename ItemsT = Aws::Vector<Aws::String>>
69 SetItems(std::forward<ItemsT>(value));
72 template <
typename ItemsT = Aws::String>
74 m_itemsHasBeenSet =
true;
75 m_items.emplace_back(std::forward<ItemsT>(value));
87 template <
typename CommentT = Aws::String>
89 m_commentHasBeenSet =
true;
90 m_comment = std::forward<CommentT>(value);
92 template <
typename CommentT = Aws::String>
104 bool m_nameHasBeenSet =
false;
105 bool m_itemsHasBeenSet =
false;
106 bool m_commentHasBeenSet =
false;
void SetItems(ItemsT &&value)
KeyGroupConfig & WithItems(ItemsT &&value)
AWS_CLOUDFRONT_API KeyGroupConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool CommentHasBeenSet() const
void SetName(NameT &&value)
const Aws::Vector< Aws::String > & GetItems() const
KeyGroupConfig & WithComment(CommentT &&value)
KeyGroupConfig & AddItems(ItemsT &&value)
const Aws::String & GetName() const
AWS_CLOUDFRONT_API KeyGroupConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetComment(CommentT &&value)
KeyGroupConfig & WithName(NameT &&value)
const Aws::String & GetComment() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_CLOUDFRONT_API KeyGroupConfig()=default
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