7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/ContentTypeProfileConfig.h>
9#include <aws/cloudfront/model/QueryArgProfileConfig.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
64 m_lastModifiedTimeHasBeenSet =
true;
65 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
67 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
81 template <
typename CommentT = Aws::String>
83 m_commentHasBeenSet =
true;
84 m_comment = std::forward<CommentT>(value);
86 template <
typename CommentT = Aws::String>
99 template <
typename QueryArgProfileConfigT = QueryArgProfileConfig>
101 m_queryArgProfileConfigHasBeenSet =
true;
102 m_queryArgProfileConfig = std::forward<QueryArgProfileConfigT>(value);
104 template <
typename QueryArgProfileConfigT = QueryArgProfileConfig>
117 template <
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
119 m_contentTypeProfileConfigHasBeenSet =
true;
120 m_contentTypeProfileConfig = std::forward<ContentTypeProfileConfigT>(value);
122 template <
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
135 QueryArgProfileConfig m_queryArgProfileConfig;
137 ContentTypeProfileConfig m_contentTypeProfileConfig;
138 bool m_idHasBeenSet =
false;
139 bool m_lastModifiedTimeHasBeenSet =
false;
140 bool m_commentHasBeenSet =
false;
141 bool m_queryArgProfileConfigHasBeenSet =
false;
142 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