7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
59 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
60 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
62 template<
typename SecurityGroupIdsT = Aws::String>
72 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
73 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
74 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
76 template<
typename SubnetIdsT = Aws::String>
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
88 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
92 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
98 bool m_nameHasBeenSet =
false;
101 bool m_securityGroupIdsHasBeenSet =
false;
104 bool m_subnetIdsHasBeenSet =
false;
107 bool m_tagsHasBeenSet =
false;
CreateVpcLinkRequest & WithSubnetIds(SubnetIdsT &&value)
bool NameHasBeenSet() const
void SetTags(TagsT &&value)
CreateVpcLinkRequest & WithName(NameT &&value)
CreateVpcLinkRequest & AddSubnetIds(SubnetIdsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetName(NameT &&value)
CreateVpcLinkRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
bool TagsHasBeenSet() const
bool SecurityGroupIdsHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
CreateVpcLinkRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateVpcLinkRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_APIGATEWAYV2_API CreateVpcLinkRequest()=default
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
CreateVpcLinkRequest & WithTags(TagsT &&value)
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::String & GetName() const
void SetSubnetIds(SubnetIdsT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector