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>
55 template<
typename ServiceNetworkIdentifierT = Aws::String>
56 void SetServiceNetworkIdentifier(ServiceNetworkIdentifierT&& value) { m_serviceNetworkIdentifierHasBeenSet =
true; m_serviceNetworkIdentifier = std::forward<ServiceNetworkIdentifierT>(value); }
57 template<
typename ServiceNetworkIdentifierT = Aws::String>
63 bool m_authTypeHasBeenSet =
false;
66 bool m_serviceNetworkIdentifierHasBeenSet =
false;
UpdateServiceNetworkRequest & WithServiceNetworkIdentifier(ServiceNetworkIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetServiceNetworkIdentifier(ServiceNetworkIdentifierT &&value)
void SetAuthType(AuthType value)
AuthType GetAuthType() const
UpdateServiceNetworkRequest & WithAuthType(AuthType value)
const Aws::String & GetServiceNetworkIdentifier() const
bool ServiceNetworkIdentifierHasBeenSet() const
AWS_VPCLATTICE_API UpdateServiceNetworkRequest()=default
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
bool AuthTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String