7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ServiceNetworkIdentifierT = Aws::String>
42 void SetServiceNetworkIdentifier(ServiceNetworkIdentifierT&& value) { m_serviceNetworkIdentifierHasBeenSet =
true; m_serviceNetworkIdentifier = std::forward<ServiceNetworkIdentifierT>(value); }
43 template<
typename ServiceNetworkIdentifierT = Aws::String>
49 bool m_serviceNetworkIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetServiceNetworkIdentifier(ServiceNetworkIdentifierT &&value)
AWS_VPCLATTICE_API GetServiceNetworkRequest()=default
bool ServiceNetworkIdentifierHasBeenSet() const
const Aws::String & GetServiceNetworkIdentifier() const
GetServiceNetworkRequest & WithServiceNetworkIdentifier(ServiceNetworkIdentifierT &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String