7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/KeyPairIds.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
31 AWS_CLOUDFRONT_API
Signer() =
default;
47 template <
typename AwsAccountNumberT = Aws::String>
49 m_awsAccountNumberHasBeenSet =
true;
50 m_awsAccountNumber = std::forward<AwsAccountNumberT>(value);
52 template <
typename AwsAccountNumberT = Aws::String>
65 template <
typename KeyPairIdsT = KeyPairIds>
67 m_keyPairIdsHasBeenSet =
true;
68 m_keyPairIds = std::forward<KeyPairIdsT>(value);
70 template <
typename KeyPairIdsT = KeyPairIds>
80 bool m_awsAccountNumberHasBeenSet =
false;
81 bool m_keyPairIdsHasBeenSet =
false;
void SetAwsAccountNumber(AwsAccountNumberT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
Signer & WithKeyPairIds(KeyPairIdsT &&value)
void SetKeyPairIds(KeyPairIdsT &&value)
const KeyPairIds & GetKeyPairIds() const
AWS_CLOUDFRONT_API Signer()=default
bool KeyPairIdsHasBeenSet() const
AWS_CLOUDFRONT_API Signer(const Aws::Utils::Xml::XmlNode &xmlNode)
Signer & WithAwsAccountNumber(AwsAccountNumberT &&value)
bool AwsAccountNumberHasBeenSet() const
const Aws::String & GetAwsAccountNumber() const
AWS_CLOUDFRONT_API Signer & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String