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>
44 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
46 m_subnetIdsHasBeenSet =
true;
47 m_subnetIds = std::forward<SubnetIdsT>(value);
49 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 template <
typename SubnetIdsT = Aws::String>
56 m_subnetIdsHasBeenSet =
true;
57 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
63 bool m_subnetIdsHasBeenSet =
false;
bool SubnetIdsHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
UpdateWebAppVpcConfig & AddSubnetIds(SubnetIdsT &&value)
UpdateWebAppVpcConfig & WithSubnetIds(SubnetIdsT &&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)
const Aws::Vector< Aws::String > & GetSubnetIds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue