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/HdfsAuthenticationType.h>
12#include <aws/datasync/model/HdfsNameNode.h>
13#include <aws/datasync/model/QopConfiguration.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename LocationArnT = Aws::String>
41 m_locationArnHasBeenSet =
true;
42 m_locationArn = std::forward<LocationArnT>(value);
44 template <
typename LocationArnT = Aws::String>
56 template <
typename LocationUriT = Aws::String>
58 m_locationUriHasBeenSet =
true;
59 m_locationUri = std::forward<LocationUriT>(value);
61 template <
typename LocationUriT = Aws::String>
73 template <
typename NameNodesT = Aws::Vector<HdfsNameNode>>
75 m_nameNodesHasBeenSet =
true;
76 m_nameNodes = std::forward<NameNodesT>(value);
78 template <
typename NameNodesT = Aws::Vector<HdfsNameNode>>
83 template <
typename NameNodesT = HdfsNameNode>
85 m_nameNodesHasBeenSet =
true;
86 m_nameNodes.emplace_back(std::forward<NameNodesT>(value));
97 m_blockSizeHasBeenSet =
true;
113 m_replicationFactorHasBeenSet =
true;
114 m_replicationFactor = value;
127 template <
typename KmsKeyProv
iderUriT = Aws::String>
129 m_kmsKeyProviderUriHasBeenSet =
true;
130 m_kmsKeyProviderUri = std::forward<KmsKeyProviderUriT>(value);
132 template <
typename KmsKeyProv
iderUriT = Aws::String>
146 template <
typename QopConfigurationT = QopConfiguration>
148 m_qopConfigurationHasBeenSet =
true;
149 m_qopConfiguration = std::forward<QopConfigurationT>(value);
151 template <
typename QopConfigurationT = QopConfiguration>
164 m_authenticationTypeHasBeenSet =
true;
165 m_authenticationType = value;
180 template <
typename SimpleUserT = Aws::String>
182 m_simpleUserHasBeenSet =
true;
183 m_simpleUser = std::forward<SimpleUserT>(value);
185 template <
typename SimpleUserT = Aws::String>
199 template <
typename KerberosPrincipalT = Aws::String>
201 m_kerberosPrincipalHasBeenSet =
true;
202 m_kerberosPrincipal = std::forward<KerberosPrincipalT>(value);
204 template <
typename KerberosPrincipalT = Aws::String>
216 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
218 m_agentArnsHasBeenSet =
true;
219 m_agentArns = std::forward<AgentArnsT>(value);
221 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
226 template <
typename AgentArnsT = Aws::String>
228 m_agentArnsHasBeenSet =
true;
229 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
239 template <
typename CreationTimeT = Aws::Utils::DateTime>
241 m_creationTimeHasBeenSet =
true;
242 m_creationTime = std::forward<CreationTimeT>(value);
244 template <
typename CreationTimeT = Aws::Utils::DateTime>
254 template <
typename RequestIdT = Aws::String>
256 m_requestIdHasBeenSet =
true;
257 m_requestId = std::forward<RequestIdT>(value);
259 template <
typename RequestIdT = Aws::String>
274 int m_replicationFactor{0};
278 QopConfiguration m_qopConfiguration;
291 bool m_locationArnHasBeenSet =
false;
292 bool m_locationUriHasBeenSet =
false;
293 bool m_nameNodesHasBeenSet =
false;
294 bool m_blockSizeHasBeenSet =
false;
295 bool m_replicationFactorHasBeenSet =
false;
296 bool m_kmsKeyProviderUriHasBeenSet =
false;
297 bool m_qopConfigurationHasBeenSet =
false;
298 bool m_authenticationTypeHasBeenSet =
false;
299 bool m_simpleUserHasBeenSet =
false;
300 bool m_kerberosPrincipalHasBeenSet =
false;
301 bool m_agentArnsHasBeenSet =
false;
302 bool m_creationTimeHasBeenSet =
false;
303 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSimpleUser() const
DescribeLocationHdfsResult & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetLocationUri() const
AWS_DATASYNC_API DescribeLocationHdfsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationHdfsResult & WithReplicationFactor(int value)
void SetReplicationFactor(int value)
AWS_DATASYNC_API DescribeLocationHdfsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationHdfsResult & WithAuthenticationType(HdfsAuthenticationType value)
const Aws::String & GetRequestId() const
const Aws::String & GetKmsKeyProviderUri() const
void SetRequestId(RequestIdT &&value)
DescribeLocationHdfsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetAgentArns() const
DescribeLocationHdfsResult & AddNameNodes(NameNodesT &&value)
void SetSimpleUser(SimpleUserT &&value)
DescribeLocationHdfsResult & AddAgentArns(AgentArnsT &&value)
AWS_DATASYNC_API DescribeLocationHdfsResult()=default
DescribeLocationHdfsResult & WithKerberosPrincipal(KerberosPrincipalT &&value)
DescribeLocationHdfsResult & WithLocationArn(LocationArnT &&value)
void SetAuthenticationType(HdfsAuthenticationType value)
const Aws::Vector< HdfsNameNode > & GetNameNodes() const
DescribeLocationHdfsResult & WithBlockSize(int value)
DescribeLocationHdfsResult & WithQopConfiguration(QopConfigurationT &&value)
DescribeLocationHdfsResult & WithLocationUri(LocationUriT &&value)
HdfsAuthenticationType GetAuthenticationType() const
const Aws::String & GetKerberosPrincipal() const
DescribeLocationHdfsResult & WithNameNodes(NameNodesT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetLocationArn() const
void SetQopConfiguration(QopConfigurationT &&value)
int GetReplicationFactor() const
void SetNameNodes(NameNodesT &&value)
void SetKmsKeyProviderUri(KmsKeyProviderUriT &&value)
void SetBlockSize(int value)
void SetLocationArn(LocationArnT &&value)
const QopConfiguration & GetQopConfiguration() const
void SetAgentArns(AgentArnsT &&value)
DescribeLocationHdfsResult & WithAgentArns(AgentArnsT &&value)
DescribeLocationHdfsResult & WithSimpleUser(SimpleUserT &&value)
void SetKerberosPrincipal(KerberosPrincipalT &&value)
void SetLocationUri(LocationUriT &&value)
DescribeLocationHdfsResult & WithKmsKeyProviderUri(KmsKeyProviderUriT &&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