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/S3Config.h>
12#include <aws/datasync/model/S3StorageClass.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
43 template <
typename LocationArnT = Aws::String>
45 m_locationArnHasBeenSet =
true;
46 m_locationArn = std::forward<LocationArnT>(value);
48 template <
typename LocationArnT = Aws::String>
60 template <
typename LocationUriT = Aws::String>
62 m_locationUriHasBeenSet =
true;
63 m_locationUri = std::forward<LocationUriT>(value);
65 template <
typename LocationUriT = Aws::String>
82 m_s3StorageClassHasBeenSet =
true;
83 m_s3StorageClass = value;
94 template <
typename S3ConfigT = S3Config>
96 m_s3ConfigHasBeenSet =
true;
97 m_s3Config = std::forward<S3ConfigT>(value);
99 template <
typename S3ConfigT = S3Config>
114 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
116 m_agentArnsHasBeenSet =
true;
117 m_agentArns = std::forward<AgentArnsT>(value);
119 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
124 template <
typename AgentArnsT = Aws::String>
126 m_agentArnsHasBeenSet =
true;
127 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
137 template <
typename CreationTimeT = Aws::Utils::DateTime>
139 m_creationTimeHasBeenSet =
true;
140 m_creationTime = std::forward<CreationTimeT>(value);
142 template <
typename CreationTimeT = Aws::Utils::DateTime>
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
177 bool m_locationArnHasBeenSet =
false;
178 bool m_locationUriHasBeenSet =
false;
179 bool m_s3StorageClassHasBeenSet =
false;
180 bool m_s3ConfigHasBeenSet =
false;
181 bool m_agentArnsHasBeenSet =
false;
182 bool m_creationTimeHasBeenSet =
false;
183 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)
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