7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetVpcLinkId(
const char* value) { m_vpcLinkIdHasBeenSet =
true; m_vpcLinkId.assign(value); }
56 bool m_vpcLinkIdHasBeenSet =
false;
GetVpcLinkRequest & WithVpcLinkId(const char *value)
GetVpcLinkRequest & WithVpcLinkId(Aws::String &&value)
AWS_APIGATEWAY_API GetVpcLinkRequest()
GetVpcLinkRequest & WithVpcLinkId(const Aws::String &value)
void SetVpcLinkId(const Aws::String &value)
void SetVpcLinkId(const char *value)
void SetVpcLinkId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool VpcLinkIdHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetVpcLinkId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String