7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/QueryArgProfileConfig.h>
10#include <aws/cloudfront/model/ContentTypeProfileConfig.h>
49 template<
typename CallerReferenceT = Aws::String>
50 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
51 template<
typename CallerReferenceT = Aws::String>
62 template<
typename CommentT = Aws::String>
63 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
64 template<
typename CommentT = Aws::String>
75 template<
typename QueryArgProfileConfigT = QueryArgProfileConfig>
76 void SetQueryArgProfileConfig(QueryArgProfileConfigT&& value) { m_queryArgProfileConfigHasBeenSet =
true; m_queryArgProfileConfig = std::forward<QueryArgProfileConfigT>(value); }
77 template<
typename QueryArgProfileConfigT = QueryArgProfileConfig>
89 template<
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
90 void SetContentTypeProfileConfig(ContentTypeProfileConfigT&& value) { m_contentTypeProfileConfigHasBeenSet =
true; m_contentTypeProfileConfig = std::forward<ContentTypeProfileConfigT>(value); }
91 template<
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
97 bool m_callerReferenceHasBeenSet =
false;
100 bool m_commentHasBeenSet =
false;
103 bool m_queryArgProfileConfigHasBeenSet =
false;
106 bool m_contentTypeProfileConfigHasBeenSet =
false;
const ContentTypeProfileConfig & GetContentTypeProfileConfig() const
void SetCallerReference(CallerReferenceT &&value)
const Aws::String & GetComment() const
bool CommentHasBeenSet() const
FieldLevelEncryptionConfig & WithCallerReference(CallerReferenceT &&value)
void SetComment(CommentT &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionConfig & WithComment(CommentT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_CLOUDFRONT_API FieldLevelEncryptionConfig()=default
FieldLevelEncryptionConfig & WithQueryArgProfileConfig(QueryArgProfileConfigT &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
bool QueryArgProfileConfigHasBeenSet() const
bool ContentTypeProfileConfigHasBeenSet() const
bool CallerReferenceHasBeenSet() const
FieldLevelEncryptionConfig & WithContentTypeProfileConfig(ContentTypeProfileConfigT &&value)
const Aws::String & GetCallerReference() const
void SetQueryArgProfileConfig(QueryArgProfileConfigT &&value)
void SetContentTypeProfileConfig(ContentTypeProfileConfigT &&value)
const QueryArgProfileConfig & GetQueryArgProfileConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String