7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
80 template <
typename CommentT = Aws::String>
82 m_commentHasBeenSet =
true;
83 m_comment = std::forward<CommentT>(value);
85 template <
typename CommentT = Aws::String>
98 template <
typename ARNT = Aws::String>
100 m_aRNHasBeenSet =
true;
101 m_aRN = std::forward<ARNT>(value);
103 template <
typename ARNT = Aws::String>
105 SetARN(std::forward<ARNT>(value));
116 template <
typename StatusT = Aws::String>
118 m_statusHasBeenSet =
true;
119 m_status = std::forward<StatusT>(value);
121 template <
typename StatusT = Aws::String>
134 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 m_lastModifiedTimeHasBeenSet =
true;
137 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
139 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
157 bool m_nameHasBeenSet =
false;
158 bool m_idHasBeenSet =
false;
159 bool m_commentHasBeenSet =
false;
160 bool m_aRNHasBeenSet =
false;
161 bool m_statusHasBeenSet =
false;
162 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_CLOUDFRONT_API KeyValueStore(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NameHasBeenSet() const
const Aws::String & GetId() const
KeyValueStore & WithId(IdT &&value)
const Aws::String & GetName() const
KeyValueStore & WithARN(ARNT &&value)
void SetARN(ARNT &&value)
bool CommentHasBeenSet() const
const Aws::String & GetComment() const
KeyValueStore & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetStatus() const
bool LastModifiedTimeHasBeenSet() const
bool ARNHasBeenSet() const
void SetName(NameT &&value)
void SetStatus(StatusT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Utils::DateTime & GetLastModifiedTime() const
KeyValueStore & WithComment(CommentT &&value)
void SetComment(CommentT &&value)
const Aws::String & GetARN() const
AWS_CLOUDFRONT_API KeyValueStore & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API KeyValueStore()=default
KeyValueStore & WithStatus(StatusT &&value)
bool IdHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
KeyValueStore & WithName(NameT &&value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String