7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template <
typename CallerReferenceT = Aws::String>
49 m_callerReferenceHasBeenSet =
true;
50 m_callerReference = std::forward<CallerReferenceT>(value);
52 template <
typename CallerReferenceT = Aws::String>
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
87 template <
typename EncodedKeyT = Aws::String>
89 m_encodedKeyHasBeenSet =
true;
90 m_encodedKey = std::forward<EncodedKeyT>(value);
92 template <
typename EncodedKeyT = Aws::String>
106 template <
typename CommentT = Aws::String>
108 m_commentHasBeenSet =
true;
109 m_comment = std::forward<CommentT>(value);
111 template <
typename CommentT = Aws::String>
125 bool m_callerReferenceHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
127 bool m_encodedKeyHasBeenSet =
false;
128 bool m_commentHasBeenSet =
false;
PublicKeyConfig & WithComment(CommentT &&value)
bool CallerReferenceHasBeenSet() const
AWS_CLOUDFRONT_API PublicKeyConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
PublicKeyConfig & WithCallerReference(CallerReferenceT &&value)
const Aws::String & GetCallerReference() const
void SetComment(CommentT &&value)
AWS_CLOUDFRONT_API PublicKeyConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetEncodedKey() const
bool NameHasBeenSet() const
const Aws::String & GetComment() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetCallerReference(CallerReferenceT &&value)
const Aws::String & GetName() const
void SetEncodedKey(EncodedKeyT &&value)
PublicKeyConfig & WithEncodedKey(EncodedKeyT &&value)
bool CommentHasBeenSet() const
AWS_CLOUDFRONT_API PublicKeyConfig()=default
bool EncodedKeyHasBeenSet() const
PublicKeyConfig & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String