7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cloudfront/model/QueryArgProfileConfig.h>
11#include <aws/cloudfront/model/ContentTypeProfileConfig.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
79 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
111 bool m_idHasBeenSet =
false;
114 bool m_lastModifiedTimeHasBeenSet =
false;
117 bool m_commentHasBeenSet =
false;
120 bool m_queryArgProfileConfigHasBeenSet =
false;
123 bool m_contentTypeProfileConfigHasBeenSet =
false;
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
FieldLevelEncryptionSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
void SetQueryArgProfileConfig(QueryArgProfileConfig &&value)
bool QueryArgProfileConfigHasBeenSet() const
FieldLevelEncryptionSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
AWS_CLOUDFRONT_API FieldLevelEncryptionSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetId(Aws::String &&value)
const QueryArgProfileConfig & GetQueryArgProfileConfig() const
const Aws::String & GetComment() const
AWS_CLOUDFRONT_API FieldLevelEncryptionSummary()
void SetId(const char *value)
FieldLevelEncryptionSummary & WithContentTypeProfileConfig(const ContentTypeProfileConfig &value)
void SetContentTypeProfileConfig(const ContentTypeProfileConfig &value)
FieldLevelEncryptionSummary & WithComment(const Aws::String &value)
FieldLevelEncryptionSummary & WithComment(Aws::String &&value)
FieldLevelEncryptionSummary & WithQueryArgProfileConfig(const QueryArgProfileConfig &value)
bool CommentHasBeenSet() const
void SetQueryArgProfileConfig(const QueryArgProfileConfig &value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
void SetComment(Aws::String &&value)
FieldLevelEncryptionSummary & WithId(Aws::String &&value)
FieldLevelEncryptionSummary & WithContentTypeProfileConfig(ContentTypeProfileConfig &&value)
FieldLevelEncryptionSummary & WithQueryArgProfileConfig(QueryArgProfileConfig &&value)
void SetComment(const char *value)
FieldLevelEncryptionSummary & WithComment(const char *value)
const Aws::String & GetId() const
FieldLevelEncryptionSummary & WithId(const Aws::String &value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_CLOUDFRONT_API FieldLevelEncryptionSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
const ContentTypeProfileConfig & GetContentTypeProfileConfig() const
bool ContentTypeProfileConfigHasBeenSet() const
void SetComment(const Aws::String &value)
bool IdHasBeenSet() const
void SetId(const Aws::String &value)
FieldLevelEncryptionSummary & WithId(const char *value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
void SetContentTypeProfileConfig(ContentTypeProfileConfig &&value)
bool LastModifiedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String