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/FieldLevelEncryptionProfileConfig.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_fieldLevelEncryptionProfileConfigHasBeenSet =
false;
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
const FieldLevelEncryptionProfileConfig & GetFieldLevelEncryptionProfileConfig() const
bool IdHasBeenSet() const
void SetId(Aws::String &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfile()
void SetId(const Aws::String &value)
bool FieldLevelEncryptionProfileConfigHasBeenSet() const
FieldLevelEncryptionProfile & WithLastModifiedTime(const Aws::Utils::DateTime &value)
void SetFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig &&value)
FieldLevelEncryptionProfile & WithLastModifiedTime(Aws::Utils::DateTime &&value)
FieldLevelEncryptionProfile & WithId(const char *value)
FieldLevelEncryptionProfile & WithFieldLevelEncryptionProfileConfig(const FieldLevelEncryptionProfileConfig &value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
FieldLevelEncryptionProfile & WithFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_CLOUDFRONT_API FieldLevelEncryptionProfile & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFieldLevelEncryptionProfileConfig(const FieldLevelEncryptionProfileConfig &value)
FieldLevelEncryptionProfile & WithId(Aws::String &&value)
FieldLevelEncryptionProfile & WithId(const Aws::String &value)
bool LastModifiedTimeHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryptionProfile(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetId(const char *value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String