7#include <aws/apprunner/AppRunnerRequest.h>
8#include <aws/apprunner/AppRunner_EXPORTS.h>
9#include <aws/apprunner/model/Tag.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename VpcConnectorNameT = Aws::String>
43 m_vpcConnectorNameHasBeenSet =
true;
44 m_vpcConnectorName = std::forward<VpcConnectorNameT>(value);
46 template <
typename VpcConnectorNameT = Aws::String>
63 template <
typename SubnetsT = Aws::Vector<Aws::String>>
65 m_subnetsHasBeenSet =
true;
66 m_subnets = std::forward<SubnetsT>(value);
68 template <
typename SubnetsT = Aws::Vector<Aws::String>>
73 template <
typename SubnetsT = Aws::String>
75 m_subnetsHasBeenSet =
true;
76 m_subnets.emplace_back(std::forward<SubnetsT>(value));
90 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
92 m_securityGroupsHasBeenSet =
true;
93 m_securityGroups = std::forward<SecurityGroupsT>(value);
95 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
100 template <
typename SecurityGroupsT = Aws::String>
102 m_securityGroupsHasBeenSet =
true;
103 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
115 template <
typename TagsT = Aws::Vector<Tag>>
117 m_tagsHasBeenSet =
true;
118 m_tags = std::forward<TagsT>(value);
120 template <
typename TagsT = Aws::Vector<Tag>>
122 SetTags(std::forward<TagsT>(value));
125 template <
typename TagsT = Tag>
127 m_tagsHasBeenSet =
true;
128 m_tags.emplace_back(std::forward<TagsT>(value));
140 bool m_vpcConnectorNameHasBeenSet =
false;
141 bool m_subnetsHasBeenSet =
false;
142 bool m_securityGroupsHasBeenSet =
false;
143 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreateVpcConnectorRequest & AddTags(TagsT &&value)
bool VpcConnectorNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroups() const
CreateVpcConnectorRequest & WithSecurityGroups(SecurityGroupsT &&value)
AWS_APPRUNNER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateVpcConnectorRequest & AddSecurityGroups(SecurityGroupsT &&value)
CreateVpcConnectorRequest & AddSubnets(SubnetsT &&value)
bool SubnetsHasBeenSet() const
void SetTags(TagsT &&value)
void SetSecurityGroups(SecurityGroupsT &&value)
const Aws::String & GetVpcConnectorName() const
CreateVpcConnectorRequest & WithTags(TagsT &&value)
bool SecurityGroupsHasBeenSet() const
AWS_APPRUNNER_API CreateVpcConnectorRequest()=default
AWS_APPRUNNER_API Aws::String SerializePayload() const override
void SetVpcConnectorName(VpcConnectorNameT &&value)
CreateVpcConnectorRequest & WithSubnets(SubnetsT &&value)
void SetSubnets(SubnetsT &&value)
CreateVpcConnectorRequest & WithVpcConnectorName(VpcConnectorNameT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::Vector< Aws::String > & GetSubnets() const
bool TagsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector