7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
74 template<
typename CommentT = Aws::String>
75 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
76 template<
typename CommentT = Aws::String>
86 template<
typename ARNT = Aws::String>
87 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
88 template<
typename ARNT = Aws::String>
98 template<
typename StatusT = Aws::String>
99 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
100 template<
typename StatusT = Aws::String>
110 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
111 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
112 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
118 bool m_nameHasBeenSet =
false;
121 bool m_idHasBeenSet =
false;
124 bool m_commentHasBeenSet =
false;
127 bool m_aRNHasBeenSet =
false;
130 bool m_statusHasBeenSet =
false;
133 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