7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datasync/model/S3StorageClass.h>
10#include <aws/datasync/model/S3Config.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.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>
82 template<
typename S3ConfigT = S3Config>
83 void SetS3Config(S3ConfigT&& value) { m_s3ConfigHasBeenSet =
true; m_s3Config = std::forward<S3ConfigT>(value); }
84 template<
typename S3ConfigT = S3Config>
96 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
97 void SetAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet =
true; m_agentArns = std::forward<AgentArnsT>(value); }
98 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
100 template<
typename AgentArnsT = Aws::String>
109 template<
typename CreationTimeT = Aws::Utils::DateTime>
110 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
111 template<
typename CreationTimeT = Aws::Utils::DateTime>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_locationArnHasBeenSet =
false;
129 bool m_locationUriHasBeenSet =
false;
132 bool m_s3StorageClassHasBeenSet =
false;
135 bool m_s3ConfigHasBeenSet =
false;
138 bool m_agentArnsHasBeenSet =
false;
141 bool m_creationTimeHasBeenSet =
false;
144 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