7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/EncryptionEntities.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetCallerReference(
const char* value) { m_callerReferenceHasBeenSet =
true; m_callerReference.assign(value); }
79 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
101 bool m_nameHasBeenSet =
false;
104 bool m_callerReferenceHasBeenSet =
false;
107 bool m_commentHasBeenSet =
false;
110 bool m_encryptionEntitiesHasBeenSet =
false;
const Aws::String & GetCallerReference() const
FieldLevelEncryptionProfileConfig & WithEncryptionEntities(const EncryptionEntities &value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NameHasBeenSet() const
bool CommentHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileConfig()
FieldLevelEncryptionProfileConfig & WithCallerReference(const char *value)
void SetComment(const Aws::String &value)
void SetName(const char *value)
void SetComment(const char *value)
bool EncryptionEntitiesHasBeenSet() const
const Aws::String & GetComment() const
void SetName(Aws::String &&value)
bool CallerReferenceHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetEncryptionEntities(const EncryptionEntities &value)
void SetCallerReference(Aws::String &&value)
const Aws::String & GetName() const
void SetEncryptionEntities(EncryptionEntities &&value)
FieldLevelEncryptionProfileConfig & WithName(const Aws::String &value)
void SetCallerReference(const char *value)
FieldLevelEncryptionProfileConfig & WithComment(const Aws::String &value)
FieldLevelEncryptionProfileConfig & WithName(Aws::String &&value)
FieldLevelEncryptionProfileConfig & WithName(const char *value)
void SetName(const Aws::String &value)
FieldLevelEncryptionProfileConfig & WithCallerReference(Aws::String &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionProfileConfig & WithComment(Aws::String &&value)
void SetComment(Aws::String &&value)
FieldLevelEncryptionProfileConfig & WithCallerReference(const Aws::String &value)
FieldLevelEncryptionProfileConfig & WithComment(const char *value)
FieldLevelEncryptionProfileConfig & WithEncryptionEntities(EncryptionEntities &&value)
const EncryptionEntities & GetEncryptionEntities() const
void SetCallerReference(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String