7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/AppRunnerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/apprunner/model/Tag.h>
45 template<
typename VpcConnectorNameT = Aws::String>
46 void SetVpcConnectorName(VpcConnectorNameT&& value) { m_vpcConnectorNameHasBeenSet =
true; m_vpcConnectorName = std::forward<VpcConnectorNameT>(value); }
47 template<
typename VpcConnectorNameT = Aws::String>
60 template<
typename SubnetsT = Aws::Vector<Aws::String>>
61 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
62 template<
typename SubnetsT = Aws::Vector<Aws::String>>
64 template<
typename SubnetsT = Aws::String>
77 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
78 void SetSecurityGroups(SecurityGroupsT&& value) { m_securityGroupsHasBeenSet =
true; m_securityGroups = std::forward<SecurityGroupsT>(value); }
79 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
81 template<
typename SecurityGroupsT = Aws::String>
92 template<
typename TagsT = Aws::Vector<Tag>>
93 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
94 template<
typename TagsT = Aws::Vector<Tag>>
96 template<
typename TagsT = Tag>
102 bool m_vpcConnectorNameHasBeenSet =
false;
105 bool m_subnetsHasBeenSet =
false;
108 bool m_securityGroupsHasBeenSet =
false;
111 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