7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/EncryptionEntities.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename CallerReferenceT = Aws::String>
61 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
62 template<
typename CallerReferenceT = Aws::String>
73 template<
typename CommentT = Aws::String>
74 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
75 template<
typename CommentT = Aws::String>
87 template<
typename EncryptionEntitiesT = EncryptionEntities>
88 void SetEncryptionEntities(EncryptionEntitiesT&& value) { m_encryptionEntitiesHasBeenSet =
true; m_encryptionEntities = std::forward<EncryptionEntitiesT>(value); }
89 template<
typename EncryptionEntitiesT = EncryptionEntities>
95 bool m_nameHasBeenSet =
false;
98 bool m_callerReferenceHasBeenSet =
false;
101 bool m_commentHasBeenSet =
false;
104 bool m_encryptionEntitiesHasBeenSet =
false;
const Aws::String & GetCallerReference() const
void SetComment(CommentT &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionProfileConfig & WithComment(CommentT &&value)
bool NameHasBeenSet() const
bool CommentHasBeenSet() const
void SetName(NameT &&value)
bool EncryptionEntitiesHasBeenSet() const
const Aws::String & GetComment() const
bool CallerReferenceHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetEncryptionEntities(EncryptionEntitiesT &&value)
const Aws::String & GetName() const
FieldLevelEncryptionProfileConfig & WithName(NameT &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionProfileConfig & WithEncryptionEntities(EncryptionEntitiesT &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileConfig()=default
void SetCallerReference(CallerReferenceT &&value)
FieldLevelEncryptionProfileConfig & WithCallerReference(CallerReferenceT &&value)
const EncryptionEntities & GetEncryptionEntities() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String