7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
47 m_subnetIdsHasBeenSet =
true;
48 m_subnetIds = std::forward<SubnetIdsT>(value);
50 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
55 template <
typename SubnetIdsT = Aws::String>
57 m_subnetIdsHasBeenSet =
true;
58 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
69 template <
typename VpcIdT = Aws::String>
71 m_vpcIdHasBeenSet =
true;
72 m_vpcId = std::forward<VpcIdT>(value);
74 template <
typename VpcIdT = Aws::String>
76 SetVpcId(std::forward<VpcIdT>(value));
89 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
91 m_securityGroupIdsHasBeenSet =
true;
92 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
94 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
99 template <
typename SecurityGroupIdsT = Aws::String>
101 m_securityGroupIdsHasBeenSet =
true;
102 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
112 bool m_subnetIdsHasBeenSet =
false;
113 bool m_vpcIdHasBeenSet =
false;
114 bool m_securityGroupIdsHasBeenSet =
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)
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
WebAppVpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue