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 SetServiceNetworkIdentifier(
const char* value) { m_serviceNetworkIdentifierHasBeenSet =
true; m_serviceNetworkIdentifier.assign(value); }
67 bool m_authTypeHasBeenSet =
false;
70 bool m_serviceNetworkIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const AuthType & GetAuthType() const
UpdateServiceNetworkRequest & WithAuthType(const AuthType &value)
void SetAuthType(AuthType &&value)
const Aws::String & GetServiceNetworkIdentifier() const
void SetServiceNetworkIdentifier(const Aws::String &value)
UpdateServiceNetworkRequest & WithServiceNetworkIdentifier(Aws::String &&value)
UpdateServiceNetworkRequest & WithServiceNetworkIdentifier(const char *value)
void SetServiceNetworkIdentifier(Aws::String &&value)
void SetServiceNetworkIdentifier(const char *value)
bool ServiceNetworkIdentifierHasBeenSet() const
UpdateServiceNetworkRequest & WithServiceNetworkIdentifier(const Aws::String &value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
AWS_VPCLATTICE_API UpdateServiceNetworkRequest()
UpdateServiceNetworkRequest & WithAuthType(AuthType &&value)
void SetAuthType(const AuthType &value)
bool AuthTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String