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>
51 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
61 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
77 inline TrustedSigners&
AddItems(
const char* value) { m_itemsHasBeenSet =
true; m_items.push_back(value);
return *
this; }
82 bool m_enabledHasBeenSet =
false;
85 bool m_quantityHasBeenSet =
false;
88 bool m_itemsHasBeenSet =
false;
TrustedSigners & AddItems(const char *value)
void SetItems(Aws::Vector< Aws::String > &&value)
void SetItems(const Aws::Vector< Aws::String > &value)
TrustedSigners & AddItems(const Aws::String &value)
TrustedSigners & WithQuantity(int value)
TrustedSigners & WithEnabled(bool value)
bool ItemsHasBeenSet() const
AWS_CLOUDFRONT_API TrustedSigners()
TrustedSigners & WithItems(Aws::Vector< Aws::String > &&value)
AWS_CLOUDFRONT_API TrustedSigners(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< Aws::String > & GetItems() const
void SetEnabled(bool value)
bool EnabledHasBeenSet() const
AWS_CLOUDFRONT_API TrustedSigners & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TrustedSigners & WithItems(const Aws::Vector< Aws::String > &value)
TrustedSigners & AddItems(Aws::String &&value)
bool QuantityHasBeenSet() const
void SetQuantity(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector