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 ResourceGatewayIdentifierT = Aws::String>
42 void SetResourceGatewayIdentifier(ResourceGatewayIdentifierT&& value) { m_resourceGatewayIdentifierHasBeenSet =
true; m_resourceGatewayIdentifier = std::forward<ResourceGatewayIdentifierT>(value); }
43 template<
typename ResourceGatewayIdentifierT = Aws::String>
49 bool m_resourceGatewayIdentifierHasBeenSet =
false;
bool ResourceGatewayIdentifierHasBeenSet() const
AWS_VPCLATTICE_API GetResourceGatewayRequest()=default
GetResourceGatewayRequest & WithResourceGatewayIdentifier(ResourceGatewayIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
void SetResourceGatewayIdentifier(ResourceGatewayIdentifierT &&value)
const Aws::String & GetResourceGatewayIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String