7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datasync/model/SmbMountOptions.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/datasync/model/SmbAuthenticationType.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
49 template<
typename LocationArnT = Aws::String>
50 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
51 template<
typename LocationArnT = Aws::String>
60 template<
typename LocationUriT = Aws::String>
61 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
62 template<
typename LocationUriT = Aws::String>
72 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
73 void SetAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet =
true; m_agentArns = std::forward<AgentArnsT>(value); }
74 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
76 template<
typename AgentArnsT = Aws::String>
87 template<
typename UserT = Aws::String>
88 void SetUser(UserT&& value) { m_userHasBeenSet =
true; m_user = std::forward<UserT>(value); }
89 template<
typename UserT = Aws::String>
100 template<
typename DomainT = Aws::String>
101 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
102 template<
typename DomainT = Aws::String>
112 template<
typename MountOptionsT = SmbMountOptions>
113 void SetMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions = std::forward<MountOptionsT>(value); }
114 template<
typename MountOptionsT = SmbMountOptions>
123 template<
typename CreationTimeT = Aws::Utils::DateTime>
124 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
125 template<
typename CreationTimeT = Aws::Utils::DateTime>
136 template<
typename DnsIpAddressesT = Aws::Vector<Aws::String>>
137 void SetDnsIpAddresses(DnsIpAddressesT&& value) { m_dnsIpAddressesHasBeenSet =
true; m_dnsIpAddresses = std::forward<DnsIpAddressesT>(value); }
138 template<
typename DnsIpAddressesT = Aws::Vector<Aws::String>>
140 template<
typename DnsIpAddressesT = Aws::String>
150 template<
typename KerberosPrincipalT = Aws::String>
151 void SetKerberosPrincipal(KerberosPrincipalT&& value) { m_kerberosPrincipalHasBeenSet =
true; m_kerberosPrincipal = std::forward<KerberosPrincipalT>(value); }
152 template<
typename KerberosPrincipalT = Aws::String>
169 template<
typename RequestIdT = Aws::String>
170 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
171 template<
typename RequestIdT = Aws::String>
177 bool m_locationArnHasBeenSet =
false;
180 bool m_locationUriHasBeenSet =
false;
183 bool m_agentArnsHasBeenSet =
false;
186 bool m_userHasBeenSet =
false;
189 bool m_domainHasBeenSet =
false;
192 bool m_mountOptionsHasBeenSet =
false;
195 bool m_creationTimeHasBeenSet =
false;
198 bool m_dnsIpAddressesHasBeenSet =
false;
201 bool m_kerberosPrincipalHasBeenSet =
false;
204 bool m_authenticationTypeHasBeenSet =
false;
207 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)
AWS_DATASYNC_API DescribeLocationSmbResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthenticationType(SmbAuthenticationType value)
void SetDnsIpAddresses(DnsIpAddressesT &&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)
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 SetLocationArn(LocationArnT &&value)
void SetLocationUri(LocationUriT &&value)
void SetDomain(DomainT &&value)
DescribeLocationSmbResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeLocationSmbResult & AddDnsIpAddresses(DnsIpAddressesT &&value)
void SetMountOptions(MountOptionsT &&value)
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