7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace DirectoryService
48 template<
typename VpcIdT = Aws::String>
49 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
50 template<
typename VpcIdT = Aws::String>
62 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
63 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
64 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
66 template<
typename SubnetIdsT = Aws::String>
72 bool m_vpcIdHasBeenSet =
false;
75 bool m_subnetIdsHasBeenSet =
false;
DirectoryVpcSettings & AddSubnetIds(SubnetIdsT &&value)
AWS_DIRECTORYSERVICE_API DirectoryVpcSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_DIRECTORYSERVICE_API DirectoryVpcSettings()=default
void SetVpcId(VpcIdT &&value)
AWS_DIRECTORYSERVICE_API DirectoryVpcSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
DirectoryVpcSettings & WithSubnetIds(SubnetIdsT &&value)
DirectoryVpcSettings & WithVpcId(VpcIdT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::String & GetVpcId() const
void SetSubnetIds(SubnetIdsT &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdsHasBeenSet() 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