7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/Certificate.h>
11#include <aws/lightsail/model/Tag.h>
44 template <
typename CertificateArnT = Aws::String>
46 m_certificateArnHasBeenSet =
true;
47 m_certificateArn = std::forward<CertificateArnT>(value);
49 template <
typename CertificateArnT = Aws::String>
62 template <
typename CertificateNameT = Aws::String>
64 m_certificateNameHasBeenSet =
true;
65 m_certificateName = std::forward<CertificateNameT>(value);
67 template <
typename CertificateNameT = Aws::String>
80 template <
typename DomainNameT = Aws::String>
82 m_domainNameHasBeenSet =
true;
83 m_domainName = std::forward<DomainNameT>(value);
85 template <
typename DomainNameT = Aws::String>
98 template <
typename CertificateDetailT = Certificate>
100 m_certificateDetailHasBeenSet =
true;
101 m_certificateDetail = std::forward<CertificateDetailT>(value);
103 template <
typename CertificateDetailT = Certificate>
119 template <
typename TagsT = Aws::Vector<Tag>>
121 m_tagsHasBeenSet =
true;
122 m_tags = std::forward<TagsT>(value);
124 template <
typename TagsT = Aws::Vector<Tag>>
126 SetTags(std::forward<TagsT>(value));
129 template <
typename TagsT = Tag>
131 m_tagsHasBeenSet =
true;
132 m_tags.emplace_back(std::forward<TagsT>(value));
138 bool m_certificateArnHasBeenSet =
false;
141 bool m_certificateNameHasBeenSet =
false;
144 bool m_domainNameHasBeenSet =
false;
147 bool m_certificateDetailHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
void SetCertificateDetail(CertificateDetailT &&value)
const Aws::String & GetDomainName() const
CertificateSummary & WithDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
AWS_LIGHTSAIL_API CertificateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CertificateArnHasBeenSet() const
CertificateSummary & WithCertificateName(CertificateNameT &&value)
void SetCertificateArn(CertificateArnT &&value)
CertificateSummary & WithCertificateArn(CertificateArnT &&value)
void SetDomainName(DomainNameT &&value)
const Certificate & GetCertificateDetail() const
void SetCertificateName(CertificateNameT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetCertificateName() const
const Aws::String & GetCertificateArn() const
bool CertificateDetailHasBeenSet() const
AWS_LIGHTSAIL_API CertificateSummary(Aws::Utils::Json::JsonView jsonValue)
CertificateSummary & WithTags(TagsT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API CertificateSummary()=default
bool CertificateNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CertificateSummary & WithCertificateDetail(CertificateDetailT &&value)
CertificateSummary & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue