7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/WebAppVpcEndpointIpAddressType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
48 m_subnetIdsHasBeenSet =
true;
49 m_subnetIds = std::forward<SubnetIdsT>(value);
51 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
56 template <
typename SubnetIdsT = Aws::String>
58 m_subnetIdsHasBeenSet =
true;
59 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
70 template <
typename VpcIdT = Aws::String>
72 m_vpcIdHasBeenSet =
true;
73 m_vpcId = std::forward<VpcIdT>(value);
75 template <
typename VpcIdT = Aws::String>
77 SetVpcId(std::forward<VpcIdT>(value));
90 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
92 m_securityGroupIdsHasBeenSet =
true;
93 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
95 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
100 template <
typename SecurityGroupIdsT = Aws::String>
102 m_securityGroupIdsHasBeenSet =
true;
103 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
116 m_ipAddressTypeHasBeenSet =
true;
117 m_ipAddressType = value;
132 bool m_subnetIdsHasBeenSet =
false;
133 bool m_vpcIdHasBeenSet =
false;
134 bool m_securityGroupIdsHasBeenSet =
false;
135 bool m_ipAddressTypeHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::String & GetVpcId() const
AWS_TRANSFER_API WebAppVpcConfig()=default
WebAppVpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_TRANSFER_API WebAppVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVpcId(VpcIdT &&value)
AWS_TRANSFER_API WebAppVpcConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
WebAppVpcConfig & WithSubnetIds(SubnetIdsT &&value)
WebAppVpcConfig & WithIpAddressType(WebAppVpcEndpointIpAddressType value)
WebAppVpcEndpointIpAddressType GetIpAddressType() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
WebAppVpcConfig & AddSubnetIds(SubnetIdsT &&value)
WebAppVpcConfig & WithVpcId(VpcIdT &&value)
bool SubnetIdsHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
void SetIpAddressType(WebAppVpcEndpointIpAddressType value)
WebAppVpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcIdHasBeenSet() const
bool IpAddressTypeHasBeenSet() const
WebAppVpcEndpointIpAddressType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue