7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/KeyPairIds.h>
36 AWS_CLOUDFRONT_API
Signer() =
default;
53 template<
typename AwsAccountNumberT = Aws::String>
54 void SetAwsAccountNumber(AwsAccountNumberT&& value) { m_awsAccountNumberHasBeenSet =
true; m_awsAccountNumber = std::forward<AwsAccountNumberT>(value); }
55 template<
typename AwsAccountNumberT = Aws::String>
65 template<
typename KeyPairIdsT = KeyPairIds>
66 void SetKeyPairIds(KeyPairIdsT&& value) { m_keyPairIdsHasBeenSet =
true; m_keyPairIds = std::forward<KeyPairIdsT>(value); }
67 template<
typename KeyPairIdsT = KeyPairIds>
73 bool m_awsAccountNumberHasBeenSet =
false;
76 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