7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datasync/DataSync_EXPORTS.h>
11#include <aws/datasync/model/CmkSecretConfig.h>
12#include <aws/datasync/model/CustomSecretConfig.h>
13#include <aws/datasync/model/ManagedSecretConfig.h>
14#include <aws/datasync/model/SmbAuthenticationType.h>
15#include <aws/datasync/model/SmbMountOptions.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
46 template <
typename LocationArnT = Aws::String>
48 m_locationArnHasBeenSet =
true;
49 m_locationArn = std::forward<LocationArnT>(value);
51 template <
typename LocationArnT = Aws::String>
63 template <
typename LocationUriT = Aws::String>
65 m_locationUriHasBeenSet =
true;
66 m_locationUri = std::forward<LocationUriT>(value);
68 template <
typename LocationUriT = Aws::String>
81 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
83 m_agentArnsHasBeenSet =
true;
84 m_agentArns = std::forward<AgentArnsT>(value);
86 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
91 template <
typename AgentArnsT = Aws::String>
93 m_agentArnsHasBeenSet =
true;
94 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
106 template <
typename UserT = Aws::String>
108 m_userHasBeenSet =
true;
109 m_user = std::forward<UserT>(value);
111 template <
typename UserT = Aws::String>
113 SetUser(std::forward<UserT>(value));
125 template <
typename DomainT = Aws::String>
127 m_domainHasBeenSet =
true;
128 m_domain = std::forward<DomainT>(value);
130 template <
typename DomainT = Aws::String>
143 template <
typename MountOptionsT = SmbMountOptions>
145 m_mountOptionsHasBeenSet =
true;
146 m_mountOptions = std::forward<MountOptionsT>(value);
148 template <
typename MountOptionsT = SmbMountOptions>
160 template <
typename CreationTimeT = Aws::Utils::DateTime>
162 m_creationTimeHasBeenSet =
true;
163 m_creationTime = std::forward<CreationTimeT>(value);
165 template <
typename CreationTimeT = Aws::Utils::DateTime>
179 template <
typename DnsIpAddressesT = Aws::Vector<Aws::String>>
181 m_dnsIpAddressesHasBeenSet =
true;
182 m_dnsIpAddresses = std::forward<DnsIpAddressesT>(value);
184 template <
typename DnsIpAddressesT = Aws::Vector<Aws::String>>
189 template <
typename DnsIpAddressesT = Aws::String>
191 m_dnsIpAddressesHasBeenSet =
true;
192 m_dnsIpAddresses.emplace_back(std::forward<DnsIpAddressesT>(value));
203 template <
typename KerberosPrincipalT = Aws::String>
205 m_kerberosPrincipalHasBeenSet =
true;
206 m_kerberosPrincipal = std::forward<KerberosPrincipalT>(value);
208 template <
typename KerberosPrincipalT = Aws::String>
222 m_authenticationTypeHasBeenSet =
true;
223 m_authenticationType = value;
239 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
241 m_managedSecretConfigHasBeenSet =
true;
242 m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value);
244 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
258 template <
typename CmkSecretConfigT = CmkSecretConfig>
260 m_cmkSecretConfigHasBeenSet =
true;
261 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
263 template <
typename CmkSecretConfigT = CmkSecretConfig>
277 template <
typename CustomSecretConfigT = CustomSecretConfig>
279 m_customSecretConfigHasBeenSet =
true;
280 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
282 template <
typename CustomSecretConfigT = CustomSecretConfig>
292 template <
typename RequestIdT = Aws::String>
294 m_requestIdHasBeenSet =
true;
295 m_requestId = std::forward<RequestIdT>(value);
297 template <
typename RequestIdT = Aws::String>
324 ManagedSecretConfig m_managedSecretConfig;
326 CmkSecretConfig m_cmkSecretConfig;
328 CustomSecretConfig m_customSecretConfig;
331 bool m_locationArnHasBeenSet =
false;
332 bool m_locationUriHasBeenSet =
false;
333 bool m_agentArnsHasBeenSet =
false;
334 bool m_userHasBeenSet =
false;
335 bool m_domainHasBeenSet =
false;
336 bool m_mountOptionsHasBeenSet =
false;
337 bool m_creationTimeHasBeenSet =
false;
338 bool m_dnsIpAddressesHasBeenSet =
false;
339 bool m_kerberosPrincipalHasBeenSet =
false;
340 bool m_authenticationTypeHasBeenSet =
false;
341 bool m_managedSecretConfigHasBeenSet =
false;
342 bool m_cmkSecretConfigHasBeenSet =
false;
343 bool m_customSecretConfigHasBeenSet =
false;
344 bool m_requestIdHasBeenSet =
false;
DescribeLocationSmbResult & WithLocationArn(LocationArnT &&value)
const Aws::Vector< Aws::String > & GetAgentArns() const
DescribeLocationSmbResult & WithDomain(DomainT &&value)
const Aws::String & GetLocationArn() const
const Aws::String & GetKerberosPrincipal() const
void SetUser(UserT &&value)
DescribeLocationSmbResult & WithUser(UserT &&value)
DescribeLocationSmbResult & WithLocationUri(LocationUriT &&value)
void SetCmkSecretConfig(CmkSecretConfigT &&value)
AWS_DATASYNC_API DescribeLocationSmbResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthenticationType(SmbAuthenticationType value)
void SetDnsIpAddresses(DnsIpAddressesT &&value)
DescribeLocationSmbResult & WithCustomSecretConfig(CustomSecretConfigT &&value)
void SetCustomSecretConfig(CustomSecretConfigT &&value)
void SetAgentArns(AgentArnsT &&value)
void SetKerberosPrincipal(KerberosPrincipalT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetDomain() const
SmbAuthenticationType GetAuthenticationType() const
DescribeLocationSmbResult & AddAgentArns(AgentArnsT &&value)
DescribeLocationSmbResult & WithAuthenticationType(SmbAuthenticationType value)
const Aws::String & GetUser() const
const Aws::String & GetRequestId() const
const SmbMountOptions & GetMountOptions() const
DescribeLocationSmbResult & WithCreationTime(CreationTimeT &&value)
DescribeLocationSmbResult & WithDnsIpAddresses(DnsIpAddressesT &&value)
DescribeLocationSmbResult & WithKerberosPrincipal(KerberosPrincipalT &&value)
AWS_DATASYNC_API DescribeLocationSmbResult()=default
DescribeLocationSmbResult & WithMountOptions(MountOptionsT &&value)
DescribeLocationSmbResult & WithCmkSecretConfig(CmkSecretConfigT &&value)
AWS_DATASYNC_API DescribeLocationSmbResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationSmbResult & WithAgentArns(AgentArnsT &&value)
const Aws::Vector< Aws::String > & GetDnsIpAddresses() const
void SetManagedSecretConfig(ManagedSecretConfigT &&value)
void SetLocationArn(LocationArnT &&value)
const CmkSecretConfig & GetCmkSecretConfig() const
void SetLocationUri(LocationUriT &&value)
void SetDomain(DomainT &&value)
const CustomSecretConfig & GetCustomSecretConfig() const
DescribeLocationSmbResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeLocationSmbResult & AddDnsIpAddresses(DnsIpAddressesT &&value)
void SetMountOptions(MountOptionsT &&value)
DescribeLocationSmbResult & WithManagedSecretConfig(ManagedSecretConfigT &&value)
const ManagedSecretConfig & GetManagedSecretConfig() const
const Aws::String & GetLocationUri() 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