7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/EncryptionEntities.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
63 m_lastModifiedTimeHasBeenSet =
true;
64 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
66 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
99 template <
typename EncryptionEntitiesT = EncryptionEntities>
101 m_encryptionEntitiesHasBeenSet =
true;
102 m_encryptionEntities = std::forward<EncryptionEntitiesT>(value);
104 template <
typename EncryptionEntitiesT = EncryptionEntities>
118 template <
typename CommentT = Aws::String>
120 m_commentHasBeenSet =
true;
121 m_comment = std::forward<CommentT>(value);
123 template <
typename CommentT = Aws::String>
136 EncryptionEntities m_encryptionEntities;
139 bool m_idHasBeenSet =
false;
140 bool m_lastModifiedTimeHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
142 bool m_encryptionEntitiesHasBeenSet =
false;
143 bool m_commentHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetId() const
FieldLevelEncryptionProfileSummary & WithComment(CommentT &&value)
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileSummary()=default
FieldLevelEncryptionProfileSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool CommentHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool EncryptionEntitiesHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionProfileSummary & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetComment() const
FieldLevelEncryptionProfileSummary & WithEncryptionEntities(EncryptionEntitiesT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetName() const
FieldLevelEncryptionProfileSummary & WithName(NameT &&value)
const EncryptionEntities & GetEncryptionEntities() const
bool LastModifiedTimeHasBeenSet() const
AWS_CLOUDFRONT_API FieldLevelEncryptionProfileSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEncryptionEntities(EncryptionEntitiesT &&value)
void SetComment(CommentT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String