7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cloudfront/model/Signer.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; }
83 bool m_enabledHasBeenSet =
false;
86 bool m_quantityHasBeenSet =
false;
89 bool m_itemsHasBeenSet =
false;
AWS_CLOUDFRONT_API ActiveTrustedSigners & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ActiveTrustedSigners & WithQuantity(int value)
void SetQuantity(int value)
ActiveTrustedSigners & WithItems(Aws::Vector< Signer > &&value)
void SetItems(Aws::Vector< Signer > &&value)
ActiveTrustedSigners & AddItems(const Signer &value)
AWS_CLOUDFRONT_API ActiveTrustedSigners(const Aws::Utils::Xml::XmlNode &xmlNode)
ActiveTrustedSigners & AddItems(Signer &&value)
bool ItemsHasBeenSet() const
ActiveTrustedSigners & WithItems(const Aws::Vector< Signer > &value)
ActiveTrustedSigners & WithEnabled(bool value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< Signer > & GetItems() const
AWS_CLOUDFRONT_API ActiveTrustedSigners()
void SetEnabled(bool value)
void SetItems(const Aws::Vector< Signer > &value)
bool EnabledHasBeenSet() const
bool QuantityHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector