7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/KeyPairIds.h>
55 inline void SetAwsAccountNumber(
const char* value) { m_awsAccountNumberHasBeenSet =
true; m_awsAccountNumber.assign(value); }
75 bool m_awsAccountNumberHasBeenSet =
false;
78 bool m_keyPairIdsHasBeenSet =
false;
void SetAwsAccountNumber(Aws::String &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetKeyPairIds(KeyPairIds &&value)
void SetAwsAccountNumber(const Aws::String &value)
const KeyPairIds & GetKeyPairIds() const
Signer & WithKeyPairIds(KeyPairIds &&value)
AWS_CLOUDFRONT_API Signer()
Signer & WithKeyPairIds(const KeyPairIds &value)
bool KeyPairIdsHasBeenSet() const
AWS_CLOUDFRONT_API Signer(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAwsAccountNumber(const char *value)
Signer & WithAwsAccountNumber(const char *value)
Signer & WithAwsAccountNumber(const Aws::String &value)
Signer & WithAwsAccountNumber(Aws::String &&value)
bool AwsAccountNumberHasBeenSet() const
const Aws::String & GetAwsAccountNumber() const
AWS_CLOUDFRONT_API Signer & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKeyPairIds(const KeyPairIds &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String