7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
80 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
93 inline void SetARN(
Aws::String&& value) { m_aRNHasBeenSet =
true; m_aRN = std::move(value); }
94 inline void SetARN(
const char* value) { m_aRNHasBeenSet =
true; m_aRN.assign(value); }
108 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
128 bool m_nameHasBeenSet =
false;
131 bool m_idHasBeenSet =
false;
134 bool m_commentHasBeenSet =
false;
137 bool m_aRNHasBeenSet =
false;
140 bool m_statusHasBeenSet =
false;
143 bool m_lastModifiedTimeHasBeenSet =
false;
void SetName(const Aws::String &value)
AWS_CLOUDFRONT_API KeyValueStore(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
KeyValueStore & WithComment(Aws::String &&value)
bool NameHasBeenSet() const
const Aws::String & GetId() const
KeyValueStore & WithLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
void SetName(Aws::String &&value)
bool CommentHasBeenSet() const
void SetId(const char *value)
const Aws::String & GetComment() const
void SetARN(const char *value)
KeyValueStore & WithName(Aws::String &&value)
KeyValueStore & WithLastModifiedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetStatus() const
bool LastModifiedTimeHasBeenSet() const
void SetStatus(const Aws::String &value)
bool ARNHasBeenSet() const
KeyValueStore & WithStatus(Aws::String &&value)
AWS_CLOUDFRONT_API KeyValueStore()
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetId(Aws::String &&value)
KeyValueStore & WithId(const Aws::String &value)
KeyValueStore & WithARN(Aws::String &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetName(const char *value)
void SetComment(const char *value)
KeyValueStore & WithName(const Aws::String &value)
KeyValueStore & WithStatus(const char *value)
KeyValueStore & WithARN(const char *value)
KeyValueStore & WithStatus(const Aws::String &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
void SetStatus(const char *value)
const Aws::String & GetARN() const
void SetARN(Aws::String &&value)
void SetARN(const Aws::String &value)
KeyValueStore & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
void SetComment(const Aws::String &value)
AWS_CLOUDFRONT_API KeyValueStore & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
KeyValueStore & WithComment(const Aws::String &value)
KeyValueStore & WithComment(const char *value)
bool IdHasBeenSet() const
void SetStatus(Aws::String &&value)
KeyValueStore & WithId(const char *value)
KeyValueStore & WithName(const char *value)
KeyValueStore & WithARN(const Aws::String &value)
bool StatusHasBeenSet() const
void SetComment(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String