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/S3Config.h>
13#include <aws/datasync/model/S3StorageClass.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
44 template <
typename LocationArnT = Aws::String>
46 m_locationArnHasBeenSet =
true;
47 m_locationArn = std::forward<LocationArnT>(value);
49 template <
typename LocationArnT = Aws::String>
61 template <
typename LocationUriT = Aws::String>
63 m_locationUriHasBeenSet =
true;
64 m_locationUri = std::forward<LocationUriT>(value);
66 template <
typename LocationUriT = Aws::String>
83 m_s3StorageClassHasBeenSet =
true;
84 m_s3StorageClass = value;
95 template <
typename S3ConfigT = S3Config>
97 m_s3ConfigHasBeenSet =
true;
98 m_s3Config = std::forward<S3ConfigT>(value);
100 template <
typename S3ConfigT = S3Config>
115 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
117 m_agentArnsHasBeenSet =
true;
118 m_agentArns = std::forward<AgentArnsT>(value);
120 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
125 template <
typename AgentArnsT = Aws::String>
127 m_agentArnsHasBeenSet =
true;
128 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
138 template <
typename CreationTimeT = Aws::Utils::DateTime>
140 m_creationTimeHasBeenSet =
true;
141 m_creationTime = std::forward<CreationTimeT>(value);
143 template <
typename CreationTimeT = Aws::Utils::DateTime>
153 template <
typename RequestIdT = Aws::String>
155 m_requestIdHasBeenSet =
true;
156 m_requestId = std::forward<RequestIdT>(value);
158 template <
typename RequestIdT = Aws::String>
181 bool m_locationArnHasBeenSet =
false;
182 bool m_locationUriHasBeenSet =
false;
183 bool m_s3StorageClassHasBeenSet =
false;
184 bool m_s3ConfigHasBeenSet =
false;
185 bool m_agentArnsHasBeenSet =
false;
186 bool m_creationTimeHasBeenSet =
false;
187 bool m_requestIdHasBeenSet =
false;
AWS_DATASYNC_API DescribeLocationS3Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetS3StorageClass(S3StorageClass value)
DescribeLocationS3Result & WithS3StorageClass(S3StorageClass value)
void SetLocationArn(LocationArnT &&value)
const S3Config & GetS3Config() const
DescribeLocationS3Result & AddAgentArns(AgentArnsT &&value)
const Aws::String & GetLocationUri() const
DescribeLocationS3Result & WithLocationArn(LocationArnT &&value)
void SetRequestId(RequestIdT &&value)
DescribeLocationS3Result & WithAgentArns(AgentArnsT &&value)
const Aws::Vector< Aws::String > & GetAgentArns() const
const Aws::String & GetLocationArn() const
DescribeLocationS3Result & WithS3Config(S3ConfigT &&value)
S3StorageClass GetS3StorageClass() const
void SetAgentArns(AgentArnsT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_DATASYNC_API DescribeLocationS3Result()=default
AWS_DATASYNC_API DescribeLocationS3Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeLocationS3Result & WithLocationUri(LocationUriT &&value)
DescribeLocationS3Result & WithRequestId(RequestIdT &&value)
void SetS3Config(S3ConfigT &&value)
const Aws::String & GetRequestId() const
void SetLocationUri(LocationUriT &&value)
DescribeLocationS3Result & WithCreationTime(CreationTimeT &&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