7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename CreatedTimeT = Aws::Utils::DateTime>
72 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
73 template<
typename CreatedTimeT = Aws::Utils::DateTime>
83 template<
typename EncodedKeyT = Aws::String>
84 void SetEncodedKey(EncodedKeyT&& value) { m_encodedKeyHasBeenSet =
true; m_encodedKey = std::forward<EncodedKeyT>(value); }
85 template<
typename EncodedKeyT = Aws::String>
96 template<
typename CommentT = Aws::String>
97 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
98 template<
typename CommentT = Aws::String>
104 bool m_idHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_createdTimeHasBeenSet =
false;
113 bool m_encodedKeyHasBeenSet =
false;
116 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