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>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
62 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
63 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
64 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
75 template<
typename CommentT = Aws::String>
76 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
77 template<
typename CommentT = Aws::String>
87 template<
typename QueryArgProfileConfigT = QueryArgProfileConfig>
88 void SetQueryArgProfileConfig(QueryArgProfileConfigT&& value) { m_queryArgProfileConfigHasBeenSet =
true; m_queryArgProfileConfig = std::forward<QueryArgProfileConfigT>(value); }
89 template<
typename QueryArgProfileConfigT = QueryArgProfileConfig>
99 template<
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
100 void SetContentTypeProfileConfig(ContentTypeProfileConfigT&& value) { m_contentTypeProfileConfigHasBeenSet =
true; m_contentTypeProfileConfig = std::forward<ContentTypeProfileConfigT>(value); }
101 template<
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
107 bool m_idHasBeenSet =
false;
110 bool m_lastModifiedTimeHasBeenSet =
false;
113 bool m_commentHasBeenSet =
false;
115 QueryArgProfileConfig m_queryArgProfileConfig;
116 bool m_queryArgProfileConfigHasBeenSet =
false;
118 ContentTypeProfileConfig m_contentTypeProfileConfig;
119 bool m_contentTypeProfileConfigHasBeenSet =
false;
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QueryArgProfileConfigHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryptionSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionSummary & WithId(IdT &&value)
FieldLevelEncryptionSummary & WithComment(CommentT &&value)
FieldLevelEncryptionSummary & WithContentTypeProfileConfig(ContentTypeProfileConfigT &&value)
const QueryArgProfileConfig & GetQueryArgProfileConfig() const
const Aws::String & GetComment() const
FieldLevelEncryptionSummary & WithQueryArgProfileConfig(QueryArgProfileConfigT &&value)
FieldLevelEncryptionSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool CommentHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryptionSummary()=default
const Aws::String & GetId() const
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(CommentT &&value)
bool IdHasBeenSet() const
void SetContentTypeProfileConfig(ContentTypeProfileConfigT &&value)
void SetQueryArgProfileConfig(QueryArgProfileConfigT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String