7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename CreatedTimeT = Aws::Utils::DateTime>
79 m_createdTimeHasBeenSet =
true;
80 m_createdTime = std::forward<CreatedTimeT>(value);
82 template <
typename CreatedTimeT = Aws::Utils::DateTime>
95 template <
typename EncodedKeyT = Aws::String>
97 m_encodedKeyHasBeenSet =
true;
98 m_encodedKey = std::forward<EncodedKeyT>(value);
100 template <
typename EncodedKeyT = Aws::String>
114 template <
typename CommentT = Aws::String>
116 m_commentHasBeenSet =
true;
117 m_comment = std::forward<CommentT>(value);
119 template <
typename CommentT = Aws::String>
135 bool m_idHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_createdTimeHasBeenSet =
false;
138 bool m_encodedKeyHasBeenSet =
false;
139 bool m_commentHasBeenSet =
false;
void SetEncodedKey(EncodedKeyT &&value)
const Aws::String & GetId() const
bool EncodedKeyHasBeenSet() const
PublicKeySummary & WithName(NameT &&value)
AWS_CLOUDFRONT_API PublicKeySummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
PublicKeySummary & WithCreatedTime(CreatedTimeT &&value)
void SetCreatedTime(CreatedTimeT &&value)
PublicKeySummary & WithEncodedKey(EncodedKeyT &&value)
const Aws::String & GetComment() const
AWS_CLOUDFRONT_API PublicKeySummary()=default
PublicKeySummary & WithId(IdT &&value)
PublicKeySummary & WithComment(CommentT &&value)
const Aws::String & GetEncodedKey() const
void SetName(NameT &&value)
void SetComment(CommentT &&value)
AWS_CLOUDFRONT_API PublicKeySummary(const Aws::Utils::Xml::XmlNode &xmlNode)
bool CommentHasBeenSet() const
bool CreatedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String