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/EncryptionEntities.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
61 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
62 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
63 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
87 template<
typename EncryptionEntitiesT = EncryptionEntities>
88 void SetEncryptionEntities(EncryptionEntitiesT&& value) { m_encryptionEntitiesHasBeenSet =
true; m_encryptionEntities = std::forward<EncryptionEntitiesT>(value); }
89 template<
typename EncryptionEntitiesT = EncryptionEntities>
100 template<
typename CommentT = Aws::String>
101 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
102 template<
typename CommentT = Aws::String>
108 bool m_idHasBeenSet =
false;
111 bool m_lastModifiedTimeHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
116 EncryptionEntities m_encryptionEntities;
117 bool m_encryptionEntitiesHasBeenSet =
false;
120 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