7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cloudfront/model/FieldLevelEncryptionConfig.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
86 bool m_idHasBeenSet =
false;
89 bool m_lastModifiedTimeHasBeenSet =
false;
92 bool m_fieldLevelEncryptionConfigHasBeenSet =
false;
FieldLevelEncryption & WithLastModifiedTime(const Aws::Utils::DateTime &value)
FieldLevelEncryption & WithFieldLevelEncryptionConfig(FieldLevelEncryptionConfig &&value)
void SetId(const Aws::String &value)
void SetFieldLevelEncryptionConfig(FieldLevelEncryptionConfig &&value)
FieldLevelEncryption & WithId(const Aws::String &value)
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryption(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryption & WithFieldLevelEncryptionConfig(const FieldLevelEncryptionConfig &value)
AWS_CLOUDFRONT_API FieldLevelEncryption()
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const FieldLevelEncryptionConfig & GetFieldLevelEncryptionConfig() const
FieldLevelEncryption & WithId(Aws::String &&value)
FieldLevelEncryption & WithId(const char *value)
void SetFieldLevelEncryptionConfig(const FieldLevelEncryptionConfig &value)
void SetId(Aws::String &&value)
AWS_CLOUDFRONT_API FieldLevelEncryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetId() const
FieldLevelEncryption & WithLastModifiedTime(Aws::Utils::DateTime &&value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
void SetId(const char *value)
bool FieldLevelEncryptionConfigHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String