7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/vpc-lattice/model/AuthType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetAuthType(
AuthType&& value) { m_authTypeHasBeenSet =
true; m_authType = std::move(value); }
59 inline void SetCertificateArn(
const char* value) { m_certificateArnHasBeenSet =
true; m_certificateArn.assign(value); }
73 inline void SetServiceIdentifier(
const char* value) { m_serviceIdentifierHasBeenSet =
true; m_serviceIdentifier.assign(value); }
81 bool m_authTypeHasBeenSet =
false;
84 bool m_certificateArnHasBeenSet =
false;
87 bool m_serviceIdentifierHasBeenSet =
false;
void SetCertificateArn(const Aws::String &value)
UpdateServiceRequest & WithAuthType(const AuthType &value)
UpdateServiceRequest & WithServiceIdentifier(const char *value)
void SetCertificateArn(Aws::String &&value)
AWS_VPCLATTICE_API UpdateServiceRequest()
void SetCertificateArn(const char *value)
UpdateServiceRequest & WithCertificateArn(Aws::String &&value)
UpdateServiceRequest & WithServiceIdentifier(Aws::String &&value)
UpdateServiceRequest & WithCertificateArn(const char *value)
bool CertificateArnHasBeenSet() const
void SetServiceIdentifier(const Aws::String &value)
void SetAuthType(AuthType &&value)
UpdateServiceRequest & WithServiceIdentifier(const Aws::String &value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
const AuthType & GetAuthType() const
const Aws::String & GetCertificateArn() const
virtual const char * GetServiceRequestName() const override
bool AuthTypeHasBeenSet() const
const Aws::String & GetServiceIdentifier() const
void SetServiceIdentifier(Aws::String &&value)
bool ServiceIdentifierHasBeenSet() const
void SetAuthType(const AuthType &value)
UpdateServiceRequest & WithCertificateArn(const Aws::String &value)
UpdateServiceRequest & WithAuthType(AuthType &&value)
void SetServiceIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String