7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/model/Certificate.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lightsail/model/Tag.h>
50 template<
typename CertificateArnT = Aws::String>
51 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
52 template<
typename CertificateArnT = Aws::String>
62 template<
typename CertificateNameT = Aws::String>
63 void SetCertificateName(CertificateNameT&& value) { m_certificateNameHasBeenSet =
true; m_certificateName = std::forward<CertificateNameT>(value); }
64 template<
typename CertificateNameT = Aws::String>
74 template<
typename DomainNameT = Aws::String>
75 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
76 template<
typename DomainNameT = Aws::String>
86 template<
typename CertificateDetailT = Certificate>
87 void SetCertificateDetail(CertificateDetailT&& value) { m_certificateDetailHasBeenSet =
true; m_certificateDetail = std::forward<CertificateDetailT>(value); }
88 template<
typename CertificateDetailT = Certificate>
101 template<
typename TagsT = Aws::Vector<Tag>>
102 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
103 template<
typename TagsT = Aws::Vector<Tag>>
105 template<
typename TagsT = Tag>
111 bool m_certificateArnHasBeenSet =
false;
114 bool m_certificateNameHasBeenSet =
false;
117 bool m_domainNameHasBeenSet =
false;
120 bool m_certificateDetailHasBeenSet =
false;
123 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