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>
45 m_enabledHasBeenSet =
true;
61 m_quantityHasBeenSet =
true;
76 template <
typename ItemsT = Aws::Vector<Aws::String>>
78 m_itemsHasBeenSet =
true;
79 m_items = std::forward<ItemsT>(value);
81 template <
typename ItemsT = Aws::Vector<Aws::String>>
83 SetItems(std::forward<ItemsT>(value));
86 template <
typename ItemsT = Aws::String>
88 m_itemsHasBeenSet =
true;
89 m_items.emplace_back(std::forward<ItemsT>(value));
94 bool m_enabled{
false};
99 bool m_enabledHasBeenSet =
false;
100 bool m_quantityHasBeenSet =
false;
101 bool m_itemsHasBeenSet =
false;
bool ItemsHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QuantityHasBeenSet() const
void SetItems(ItemsT &&value)
const Aws::Vector< Aws::String > & GetItems() const
AWS_CLOUDFRONT_API TrustedKeyGroups(const Aws::Utils::Xml::XmlNode &xmlNode)
TrustedKeyGroups & AddItems(ItemsT &&value)
bool EnabledHasBeenSet() const
void SetQuantity(int value)
void SetEnabled(bool value)
TrustedKeyGroups & WithItems(ItemsT &&value)
AWS_CLOUDFRONT_API TrustedKeyGroups()=default
TrustedKeyGroups & WithQuantity(int value)
AWS_CLOUDFRONT_API TrustedKeyGroups & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TrustedKeyGroups & WithEnabled(bool value)
std::vector< T, Aws::Allocator< T > > Vector