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>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
61 template<
typename CertificateArnT = Aws::String>
62 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
63 template<
typename CertificateArnT = Aws::String>
72 template<
typename CustomDomainNameT = Aws::String>
73 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
74 template<
typename CustomDomainNameT = Aws::String>
83 template<
typename IdT = Aws::String>
84 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
85 template<
typename IdT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
103 template<
typename RequestIdT = Aws::String>
104 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
105 template<
typename RequestIdT = Aws::String>
111 bool m_arnHasBeenSet =
false;
114 bool m_authTypeHasBeenSet =
false;
117 bool m_certificateArnHasBeenSet =
false;
120 bool m_customDomainNameHasBeenSet =
false;
123 bool m_idHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AuthType GetAuthType() const
UpdateServiceResult & WithAuthType(AuthType value)
UpdateServiceResult & WithCertificateArn(CertificateArnT &&value)
AWS_VPCLATTICE_API UpdateServiceResult()=default
const Aws::String & GetCertificateArn() const
UpdateServiceResult & WithRequestId(RequestIdT &&value)
UpdateServiceResult & WithId(IdT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
UpdateServiceResult & WithCustomDomainName(CustomDomainNameT &&value)
const Aws::String & GetCustomDomainName() const
const Aws::String & GetName() const
const Aws::String & GetId() const
UpdateServiceResult & WithName(NameT &&value)
void SetCertificateArn(CertificateArnT &&value)
AWS_VPCLATTICE_API UpdateServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
UpdateServiceResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
void SetName(NameT &&value)
void SetAuthType(AuthType value)
AWS_VPCLATTICE_API UpdateServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue