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>
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));
71 m_ipAddressTypeHasBeenSet =
true;
72 m_ipAddressType = value;
83 bool m_subnetIdsHasBeenSet =
false;
84 bool m_ipAddressTypeHasBeenSet =
false;
bool SubnetIdsHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
WebAppVpcEndpointIpAddressType GetIpAddressType() const
bool IpAddressTypeHasBeenSet() const
UpdateWebAppVpcConfig & AddSubnetIds(SubnetIdsT &&value)
UpdateWebAppVpcConfig & WithSubnetIds(SubnetIdsT &&value)
UpdateWebAppVpcConfig & WithIpAddressType(WebAppVpcEndpointIpAddressType value)
AWS_TRANSFER_API UpdateWebAppVpcConfig()=default
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API UpdateWebAppVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API UpdateWebAppVpcConfig(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddressType(WebAppVpcEndpointIpAddressType value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
WebAppVpcEndpointIpAddressType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue