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));
87 template <
typename VpcEndpo
intIdT = Aws::String>
89 m_vpcEndpointIdHasBeenSet =
true;
90 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
92 template <
typename VpcEndpo
intIdT = Aws::String>
104 bool m_subnetIdsHasBeenSet =
false;
105 bool m_vpcIdHasBeenSet =
false;
106 bool m_vpcEndpointIdHasBeenSet =
false;
void SetVpcEndpointId(VpcEndpointIdT &&value)
void SetSubnetIds(SubnetIdsT &&value)
bool VpcIdHasBeenSet() const
bool VpcEndpointIdHasBeenSet() const
DescribedWebAppVpcConfig & WithVpcEndpointId(VpcEndpointIdT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_TRANSFER_API DescribedWebAppVpcConfig()=default
AWS_TRANSFER_API DescribedWebAppVpcConfig(Aws::Utils::Json::JsonView jsonValue)
DescribedWebAppVpcConfig & WithVpcId(VpcIdT &&value)
DescribedWebAppVpcConfig & AddSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
const Aws::String & GetVpcId() const
DescribedWebAppVpcConfig & WithSubnetIds(SubnetIdsT &&value)
void SetVpcId(VpcIdT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVpcEndpointId() const
AWS_TRANSFER_API DescribedWebAppVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue