7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/vpc-lattice/model/AuthType.h>
10#include <aws/vpc-lattice/model/DnsEntry.h>
11#include <aws/vpc-lattice/model/ServiceStatus.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
63 template<
typename CertificateArnT = Aws::String>
64 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
65 template<
typename CertificateArnT = Aws::String>
74 template<
typename CustomDomainNameT = Aws::String>
75 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
76 template<
typename CustomDomainNameT = Aws::String>
85 template<
typename DnsEntryT = DnsEntry>
86 void SetDnsEntry(DnsEntryT&& value) { m_dnsEntryHasBeenSet =
true; m_dnsEntry = std::forward<DnsEntryT>(value); }
87 template<
typename DnsEntryT = DnsEntry>
96 template<
typename IdT = Aws::String>
97 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
98 template<
typename IdT = Aws::String>
107 template<
typename NameT = Aws::String>
108 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
109 template<
typename NameT = Aws::String>
126 template<
typename RequestIdT = Aws::String>
127 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
128 template<
typename RequestIdT = Aws::String>
134 bool m_arnHasBeenSet =
false;
137 bool m_authTypeHasBeenSet =
false;
140 bool m_certificateArnHasBeenSet =
false;
143 bool m_customDomainNameHasBeenSet =
false;
146 bool m_dnsEntryHasBeenSet =
false;
149 bool m_idHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_statusHasBeenSet =
false;
158 bool m_requestIdHasBeenSet =
false;
const DnsEntry & GetDnsEntry() const
void SetArn(ArnT &&value)
CreateServiceResult & WithName(NameT &&value)
AuthType GetAuthType() const
AWS_VPCLATTICE_API CreateServiceResult()=default
CreateServiceResult & WithCertificateArn(CertificateArnT &&value)
CreateServiceResult & WithAuthType(AuthType value)
void SetCustomDomainName(CustomDomainNameT &&value)
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
CreateServiceResult & WithId(IdT &&value)
const Aws::String & GetId() const
CreateServiceResult & WithDnsEntry(DnsEntryT &&value)
void SetDnsEntry(DnsEntryT &&value)
void SetStatus(ServiceStatus value)
const Aws::String & GetCertificateArn() const
AWS_VPCLATTICE_API CreateServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateServiceResult & WithRequestId(RequestIdT &&value)
CreateServiceResult & WithStatus(ServiceStatus value)
const Aws::String & GetName() const
void SetAuthType(AuthType value)
AWS_VPCLATTICE_API CreateServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateServiceResult & WithCustomDomainName(CustomDomainNameT &&value)
const Aws::String & GetCustomDomainName() const
ServiceStatus GetStatus() const
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
CreateServiceResult & WithArn(ArnT &&value)
void SetCertificateArn(CertificateArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue