7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datasync/model/ObjectStorageServerProtocol.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/Array.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
51 inline void SetLocationArn(
const char* value) { m_locationArn.assign(value); }
64 inline void SetLocationUri(
const char* value) { m_locationUri.assign(value); }
78 inline void SetAccessKey(
const char* value) { m_accessKey.assign(value); }
149 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeLocationObjectStorageResult & WithCreationTime(const Aws::Utils::DateTime &value)
DescribeLocationObjectStorageResult & WithRequestId(Aws::String &&value)
const Aws::String & GetAccessKey() const
void SetServerCertificate(Aws::Utils::ByteBuffer &&value)
DescribeLocationObjectStorageResult & WithLocationUri(const Aws::String &value)
void SetLocationUri(const Aws::String &value)
DescribeLocationObjectStorageResult & WithLocationArn(Aws::String &&value)
DescribeLocationObjectStorageResult & AddAgentArns(Aws::String &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetLocationArn(Aws::String &&value)
DescribeLocationObjectStorageResult & WithAccessKey(const Aws::String &value)
void SetAccessKey(const char *value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetLocationUri(Aws::String &&value)
DescribeLocationObjectStorageResult & WithAccessKey(const char *value)
DescribeLocationObjectStorageResult & WithRequestId(const char *value)
DescribeLocationObjectStorageResult & WithAgentArns(Aws::Vector< Aws::String > &&value)
void SetRequestId(const Aws::String &value)
DescribeLocationObjectStorageResult & WithCreationTime(Aws::Utils::DateTime &&value)
const Aws::String & GetLocationUri() const
const ObjectStorageServerProtocol & GetServerProtocol() const
DescribeLocationObjectStorageResult & WithLocationArn(const char *value)
AWS_DATASYNC_API DescribeLocationObjectStorageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLocationArn(const Aws::String &value)
DescribeLocationObjectStorageResult & WithAgentArns(const Aws::Vector< Aws::String > &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
int GetServerPort() const
DescribeLocationObjectStorageResult & WithServerProtocol(ObjectStorageServerProtocol &&value)
DescribeLocationObjectStorageResult & WithAccessKey(Aws::String &&value)
AWS_DATASYNC_API DescribeLocationObjectStorageResult()
void SetAgentArns(Aws::Vector< Aws::String > &&value)
void SetServerPort(int value)
const Aws::Utils::ByteBuffer & GetServerCertificate() const
DescribeLocationObjectStorageResult & WithServerPort(int value)
const Aws::Vector< Aws::String > & GetAgentArns() const
DescribeLocationObjectStorageResult & WithLocationUri(const char *value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
void SetServerProtocol(ObjectStorageServerProtocol &&value)
DescribeLocationObjectStorageResult & WithServerCertificate(const Aws::Utils::ByteBuffer &value)
AWS_DATASYNC_API DescribeLocationObjectStorageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationObjectStorageResult & AddAgentArns(const Aws::String &value)
DescribeLocationObjectStorageResult & WithServerCertificate(Aws::Utils::ByteBuffer &&value)
void SetAccessKey(const Aws::String &value)
void SetLocationUri(const char *value)
void SetAgentArns(const Aws::Vector< Aws::String > &value)
DescribeLocationObjectStorageResult & WithLocationArn(const Aws::String &value)
const Aws::String & GetRequestId() const
DescribeLocationObjectStorageResult & WithLocationUri(Aws::String &&value)
void SetLocationArn(const char *value)
const Aws::String & GetLocationArn() const
DescribeLocationObjectStorageResult & WithServerProtocol(const ObjectStorageServerProtocol &value)
DescribeLocationObjectStorageResult & WithRequestId(const Aws::String &value)
DescribeLocationObjectStorageResult & AddAgentArns(const char *value)
void SetAccessKey(Aws::String &&value)
void SetServerCertificate(const Aws::Utils::ByteBuffer &value)
void SetServerProtocol(const ObjectStorageServerProtocol &value)
ObjectStorageServerProtocol
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue