7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
60 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
81 bool m_enabledHasBeenSet =
false;
84 bool m_quantityHasBeenSet =
false;
87 bool m_itemsHasBeenSet =
false;
bool ItemsHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QuantityHasBeenSet() const
const Aws::Vector< Aws::String > & GetItems() const
AWS_CLOUDFRONT_API TrustedKeyGroups(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EnabledHasBeenSet() const
void SetQuantity(int value)
AWS_CLOUDFRONT_API TrustedKeyGroups()
TrustedKeyGroups & AddItems(const char *value)
void SetEnabled(bool value)
TrustedKeyGroups & AddItems(const Aws::String &value)
void SetItems(const Aws::Vector< Aws::String > &value)
TrustedKeyGroups & WithItems(Aws::Vector< Aws::String > &&value)
TrustedKeyGroups & WithQuantity(int value)
AWS_CLOUDFRONT_API TrustedKeyGroups & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TrustedKeyGroups & WithEnabled(bool value)
void SetItems(Aws::Vector< Aws::String > &&value)
TrustedKeyGroups & AddItems(Aws::String &&value)
TrustedKeyGroups & WithItems(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector