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/memory/stl/AWSString.h>
43 template <
typename CallerReferenceT = Aws::String>
45 m_callerReferenceHasBeenSet =
true;
46 m_callerReference = std::forward<CallerReferenceT>(value);
48 template <
typename CallerReferenceT = Aws::String>
62 template <
typename CommentT = Aws::String>
64 m_commentHasBeenSet =
true;
65 m_comment = std::forward<CommentT>(value);
67 template <
typename CommentT = Aws::String>
81 template <
typename QueryArgProfileConfigT = QueryArgProfileConfig>
83 m_queryArgProfileConfigHasBeenSet =
true;
84 m_queryArgProfileConfig = std::forward<QueryArgProfileConfigT>(value);
86 template <
typename QueryArgProfileConfigT = QueryArgProfileConfig>
101 template <
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
103 m_contentTypeProfileConfigHasBeenSet =
true;
104 m_contentTypeProfileConfig = std::forward<ContentTypeProfileConfigT>(value);
106 template <
typename ContentTypeProfileConfigT = ContentTypeProfileConfig>
120 bool m_callerReferenceHasBeenSet =
false;
121 bool m_commentHasBeenSet =
false;
122 bool m_queryArgProfileConfigHasBeenSet =
false;
123 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