7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/PublicKeyConfig.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template <
typename IdT = Aws::String>
50 m_idHasBeenSet =
true;
51 m_id = std::forward<IdT>(value);
53 template <
typename IdT = Aws::String>
55 SetId(std::forward<IdT>(value));
66 template <
typename CreatedTimeT = Aws::Utils::DateTime>
68 m_createdTimeHasBeenSet =
true;
69 m_createdTime = std::forward<CreatedTimeT>(value);
71 template <
typename CreatedTimeT = Aws::Utils::DateTime>
88 template <
typename PublicKeyConfigT = PublicKeyConfig>
90 m_publicKeyConfigHasBeenSet =
true;
91 m_publicKeyConfig = std::forward<PublicKeyConfigT>(value);
93 template <
typename PublicKeyConfigT = PublicKeyConfig>
104 PublicKeyConfig m_publicKeyConfig;
105 bool m_idHasBeenSet =
false;
106 bool m_createdTimeHasBeenSet =
false;
107 bool m_publicKeyConfigHasBeenSet =
false;
PublicKey & WithCreatedTime(CreatedTimeT &&value)
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API PublicKey(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API PublicKey & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PublicKeyConfigHasBeenSet() const
const PublicKeyConfig & GetPublicKeyConfig() const
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetId() const
bool CreatedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
PublicKey & WithPublicKeyConfig(PublicKeyConfigT &&value)
void SetPublicKeyConfig(PublicKeyConfigT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
PublicKey & WithId(IdT &&value)
AWS_CLOUDFRONT_API PublicKey()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String