7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ds/DirectoryService_EXPORTS.h>
10#include <aws/ds/model/DirectoryVpcSettingsDescription.h>
11#include <aws/ds/model/NetworkType.h>
12#include <aws/ds/model/RadiusSettings.h>
13#include <aws/ds/model/RadiusStatus.h>
24namespace DirectoryService {
47 template <
typename DirectoryIdT = Aws::String>
49 m_directoryIdHasBeenSet =
true;
50 m_directoryId = std::forward<DirectoryIdT>(value);
52 template <
typename DirectoryIdT = Aws::String>
65 template <
typename AccountIdT = Aws::String>
67 m_accountIdHasBeenSet =
true;
68 m_accountId = std::forward<AccountIdT>(value);
70 template <
typename AccountIdT = Aws::String>
83 template <
typename DnsIpAddrsT = Aws::Vector<Aws::String>>
85 m_dnsIpAddrsHasBeenSet =
true;
86 m_dnsIpAddrs = std::forward<DnsIpAddrsT>(value);
88 template <
typename DnsIpAddrsT = Aws::Vector<Aws::String>>
93 template <
typename DnsIpAddrsT = Aws::String>
95 m_dnsIpAddrsHasBeenSet =
true;
96 m_dnsIpAddrs.emplace_back(std::forward<DnsIpAddrsT>(value));
107 template <
typename DnsIpv6AddrsT = Aws::Vector<Aws::String>>
109 m_dnsIpv6AddrsHasBeenSet =
true;
110 m_dnsIpv6Addrs = std::forward<DnsIpv6AddrsT>(value);
112 template <
typename DnsIpv6AddrsT = Aws::Vector<Aws::String>>
117 template <
typename DnsIpv6AddrsT = Aws::String>
119 m_dnsIpv6AddrsHasBeenSet =
true;
120 m_dnsIpv6Addrs.emplace_back(std::forward<DnsIpv6AddrsT>(value));
131 template <
typename VpcSettingsT = DirectoryVpcSettingsDescription>
133 m_vpcSettingsHasBeenSet =
true;
134 m_vpcSettings = std::forward<VpcSettingsT>(value);
136 template <
typename VpcSettingsT = DirectoryVpcSettingsDescription>
149 template <
typename RadiusSettingsT = RadiusSettings>
151 m_radiusSettingsHasBeenSet =
true;
152 m_radiusSettings = std::forward<RadiusSettingsT>(value);
154 template <
typename RadiusSettingsT = RadiusSettings>
168 m_radiusStatusHasBeenSet =
true;
169 m_radiusStatus = value;
184 m_networkTypeHasBeenSet =
true;
185 m_networkType = value;
208 bool m_directoryIdHasBeenSet =
false;
209 bool m_accountIdHasBeenSet =
false;
210 bool m_dnsIpAddrsHasBeenSet =
false;
211 bool m_dnsIpv6AddrsHasBeenSet =
false;
212 bool m_vpcSettingsHasBeenSet =
false;
213 bool m_radiusSettingsHasBeenSet =
false;
214 bool m_radiusStatusHasBeenSet =
false;
215 bool m_networkTypeHasBeenSet =
false;
OwnerDirectoryDescription & AddDnsIpv6Addrs(DnsIpv6AddrsT &&value)
const Aws::Vector< Aws::String > & GetDnsIpv6Addrs() const
void SetVpcSettings(VpcSettingsT &&value)
OwnerDirectoryDescription & WithAccountId(AccountIdT &&value)
bool RadiusSettingsHasBeenSet() const
void SetDnsIpv6Addrs(DnsIpv6AddrsT &&value)
void SetRadiusSettings(RadiusSettingsT &&value)
void SetRadiusStatus(RadiusStatus value)
OwnerDirectoryDescription & WithVpcSettings(VpcSettingsT &&value)
const Aws::String & GetDirectoryId() const
bool VpcSettingsHasBeenSet() const
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DnsIpv6AddrsHasBeenSet() const
bool DirectoryIdHasBeenSet() const
RadiusStatus GetRadiusStatus() const
OwnerDirectoryDescription & WithRadiusSettings(RadiusSettingsT &&value)
AWS_DIRECTORYSERVICE_API OwnerDirectoryDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
OwnerDirectoryDescription & WithDnsIpv6Addrs(DnsIpv6AddrsT &&value)
const DirectoryVpcSettingsDescription & GetVpcSettings() const
bool DnsIpAddrsHasBeenSet() const
OwnerDirectoryDescription & WithNetworkType(NetworkType value)
OwnerDirectoryDescription & WithRadiusStatus(RadiusStatus value)
OwnerDirectoryDescription & AddDnsIpAddrs(DnsIpAddrsT &&value)
AWS_DIRECTORYSERVICE_API OwnerDirectoryDescription()=default
const Aws::Vector< Aws::String > & GetDnsIpAddrs() const
bool RadiusStatusHasBeenSet() const
OwnerDirectoryDescription & WithDnsIpAddrs(DnsIpAddrsT &&value)
const RadiusSettings & GetRadiusSettings() const
void SetDirectoryId(DirectoryIdT &&value)
NetworkType GetNetworkType() const
const Aws::String & GetAccountId() const
void SetDnsIpAddrs(DnsIpAddrsT &&value)
bool AccountIdHasBeenSet() const
AWS_DIRECTORYSERVICE_API OwnerDirectoryDescription(Aws::Utils::Json::JsonView jsonValue)
bool NetworkTypeHasBeenSet() const
OwnerDirectoryDescription & WithDirectoryId(DirectoryIdT &&value)
void SetAccountId(AccountIdT &&value)
void SetNetworkType(NetworkType 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