7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/EncryptionEntities.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename CallerReferenceT = Aws::String>
62 m_callerReferenceHasBeenSet =
true;
63 m_callerReference = std::forward<CallerReferenceT>(value);
65 template <
typename CallerReferenceT = Aws::String>
79 template <
typename CommentT = Aws::String>
81 m_commentHasBeenSet =
true;
82 m_comment = std::forward<CommentT>(value);
84 template <
typename CommentT = Aws::String>
99 template <
typename EncryptionEntitiesT = EncryptionEntities>
101 m_encryptionEntitiesHasBeenSet =
true;
102 m_encryptionEntities = std::forward<EncryptionEntitiesT>(value);
104 template <
typename EncryptionEntitiesT = EncryptionEntities>
118 bool m_nameHasBeenSet =
false;
119 bool m_callerReferenceHasBeenSet =
false;
120 bool m_commentHasBeenSet =
false;
121 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