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>
60 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
61 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
62 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
64 template<
typename SubnetIdsT = Aws::String>
74 template<
typename CustomerUserNameT = Aws::String>
75 void SetCustomerUserName(CustomerUserNameT&& value) { m_customerUserNameHasBeenSet =
true; m_customerUserName = std::forward<CustomerUserNameT>(value); }
76 template<
typename CustomerUserNameT = Aws::String>
86 template<
typename SecurityGroupIdT = Aws::String>
87 void SetSecurityGroupId(SecurityGroupIdT&& value) { m_securityGroupIdHasBeenSet =
true; m_securityGroupId = std::forward<SecurityGroupIdT>(value); }
88 template<
typename SecurityGroupIdT = Aws::String>
98 template<
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
99 void SetAvailabilityZones(AvailabilityZonesT&& value) { m_availabilityZonesHasBeenSet =
true; m_availabilityZones = std::forward<AvailabilityZonesT>(value); }
100 template<
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
102 template<
typename AvailabilityZonesT = Aws::String>
112 template<
typename ConnectIpsT = Aws::Vector<Aws::String>>
113 void SetConnectIps(ConnectIpsT&& value) { m_connectIpsHasBeenSet =
true; m_connectIps = std::forward<ConnectIpsT>(value); }
114 template<
typename ConnectIpsT = Aws::Vector<Aws::String>>
116 template<
typename ConnectIpsT = Aws::String>
122 bool m_vpcIdHasBeenSet =
false;
125 bool m_subnetIdsHasBeenSet =
false;
128 bool m_customerUserNameHasBeenSet =
false;
131 bool m_securityGroupIdHasBeenSet =
false;
134 bool m_availabilityZonesHasBeenSet =
false;
137 bool m_connectIpsHasBeenSet =
false;
const Aws::String & GetSecurityGroupId() const
DirectoryConnectSettingsDescription & WithAvailabilityZones(AvailabilityZonesT &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
DirectoryConnectSettingsDescription & AddConnectIps(ConnectIpsT &&value)
bool ConnectIpsHasBeenSet() const
AWS_DIRECTORYSERVICE_API DirectoryConnectSettingsDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomerUserName() const
DirectoryConnectSettingsDescription & WithConnectIps(ConnectIpsT &&value)
DirectoryConnectSettingsDescription & WithSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
void SetVpcId(VpcIdT &&value)
bool VpcIdHasBeenSet() const
AWS_DIRECTORYSERVICE_API DirectoryConnectSettingsDescription()=default
DirectoryConnectSettingsDescription & WithCustomerUserName(CustomerUserNameT &&value)
void SetSecurityGroupId(SecurityGroupIdT &&value)
bool AvailabilityZonesHasBeenSet() const
DirectoryConnectSettingsDescription & WithSecurityGroupId(SecurityGroupIdT &&value)
const Aws::Vector< Aws::String > & GetConnectIps() const
DirectoryConnectSettingsDescription & AddSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
void SetConnectIps(ConnectIpsT &&value)
AWS_DIRECTORYSERVICE_API DirectoryConnectSettingsDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAvailabilityZones() const
const Aws::String & GetVpcId() const
DirectoryConnectSettingsDescription & AddAvailabilityZones(AvailabilityZonesT &&value)
bool SecurityGroupIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetAvailabilityZones(AvailabilityZonesT &&value)
bool CustomerUserNameHasBeenSet() const
void SetCustomerUserName(CustomerUserNameT &&value)
DirectoryConnectSettingsDescription & WithVpcId(VpcIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue