7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datasync/DataSync_EXPORTS.h>
12#include <aws/datasync/model/CmkSecretConfig.h>
13#include <aws/datasync/model/CustomSecretConfig.h>
14#include <aws/datasync/model/ManagedSecretConfig.h>
15#include <aws/datasync/model/SmbAuthenticationType.h>
16#include <aws/datasync/model/SmbMountOptions.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
47 template <
typename LocationArnT = Aws::String>
49 m_locationArnHasBeenSet =
true;
50 m_locationArn = std::forward<LocationArnT>(value);
52 template <
typename LocationArnT = Aws::String>
64 template <
typename LocationUriT = Aws::String>
66 m_locationUriHasBeenSet =
true;
67 m_locationUri = std::forward<LocationUriT>(value);
69 template <
typename LocationUriT = Aws::String>
82 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
84 m_agentArnsHasBeenSet =
true;
85 m_agentArns = std::forward<AgentArnsT>(value);
87 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
92 template <
typename AgentArnsT = Aws::String>
94 m_agentArnsHasBeenSet =
true;
95 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
107 template <
typename UserT = Aws::String>
109 m_userHasBeenSet =
true;
110 m_user = std::forward<UserT>(value);
112 template <
typename UserT = Aws::String>
114 SetUser(std::forward<UserT>(value));
126 template <
typename DomainT = Aws::String>
128 m_domainHasBeenSet =
true;
129 m_domain = std::forward<DomainT>(value);
131 template <
typename DomainT = Aws::String>
144 template <
typename MountOptionsT = SmbMountOptions>
146 m_mountOptionsHasBeenSet =
true;
147 m_mountOptions = std::forward<MountOptionsT>(value);
149 template <
typename MountOptionsT = SmbMountOptions>
161 template <
typename CreationTimeT = Aws::Utils::DateTime>
163 m_creationTimeHasBeenSet =
true;
164 m_creationTime = std::forward<CreationTimeT>(value);
166 template <
typename CreationTimeT = Aws::Utils::DateTime>
180 template <
typename DnsIpAddressesT = Aws::Vector<Aws::String>>
182 m_dnsIpAddressesHasBeenSet =
true;
183 m_dnsIpAddresses = std::forward<DnsIpAddressesT>(value);
185 template <
typename DnsIpAddressesT = Aws::Vector<Aws::String>>
190 template <
typename DnsIpAddressesT = Aws::String>
192 m_dnsIpAddressesHasBeenSet =
true;
193 m_dnsIpAddresses.emplace_back(std::forward<DnsIpAddressesT>(value));
204 template <
typename KerberosPrincipalT = Aws::String>
206 m_kerberosPrincipalHasBeenSet =
true;
207 m_kerberosPrincipal = std::forward<KerberosPrincipalT>(value);
209 template <
typename KerberosPrincipalT = Aws::String>
223 m_authenticationTypeHasBeenSet =
true;
224 m_authenticationType = value;
240 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
242 m_managedSecretConfigHasBeenSet =
true;
243 m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value);
245 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
259 template <
typename CmkSecretConfigT = CmkSecretConfig>
261 m_cmkSecretConfigHasBeenSet =
true;
262 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
264 template <
typename CmkSecretConfigT = CmkSecretConfig>
279 template <
typename CustomSecretConfigT = CustomSecretConfig>
281 m_customSecretConfigHasBeenSet =
true;
282 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
284 template <
typename CustomSecretConfigT = CustomSecretConfig>
294 template <
typename RequestIdT = Aws::String>
296 m_requestIdHasBeenSet =
true;
297 m_requestId = std::forward<RequestIdT>(value);
299 template <
typename RequestIdT = Aws::String>
328 ManagedSecretConfig m_managedSecretConfig;
330 CmkSecretConfig m_cmkSecretConfig;
332 CustomSecretConfig m_customSecretConfig;
336 bool m_locationArnHasBeenSet =
false;
337 bool m_locationUriHasBeenSet =
false;
338 bool m_agentArnsHasBeenSet =
false;
339 bool m_userHasBeenSet =
false;
340 bool m_domainHasBeenSet =
false;
341 bool m_mountOptionsHasBeenSet =
false;
342 bool m_creationTimeHasBeenSet =
false;
343 bool m_dnsIpAddressesHasBeenSet =
false;
344 bool m_kerberosPrincipalHasBeenSet =
false;
345 bool m_authenticationTypeHasBeenSet =
false;
346 bool m_managedSecretConfigHasBeenSet =
false;
347 bool m_cmkSecretConfigHasBeenSet =
false;
348 bool m_customSecretConfigHasBeenSet =
false;
349 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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