7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace StorageGateway
39 template<
typename GatewayARNT = Aws::String>
40 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
41 template<
typename GatewayARNT = Aws::String>
53 template<
typename DiskIdsT = Aws::Vector<Aws::String>>
54 void SetDiskIds(DiskIdsT&& value) { m_diskIdsHasBeenSet =
true; m_diskIds = std::forward<DiskIdsT>(value); }
55 template<
typename DiskIdsT = Aws::Vector<Aws::String>>
57 template<
typename DiskIdsT = Aws::String>
66 inline void SetUploadBufferUsedInBytes(
long long value) { m_uploadBufferUsedInBytesHasBeenSet =
true; m_uploadBufferUsedInBytes = value; }
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_gatewayARNHasBeenSet =
false;
93 bool m_diskIdsHasBeenSet =
false;
95 long long m_uploadBufferUsedInBytes{0};
96 bool m_uploadBufferUsedInBytesHasBeenSet =
false;
98 long long m_uploadBufferAllocatedInBytes{0};
99 bool m_uploadBufferAllocatedInBytesHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
DescribeUploadBufferResult & WithDiskIds(DiskIdsT &&value)
const Aws::String & GetGatewayARN() const
void SetDiskIds(DiskIdsT &&value)
DescribeUploadBufferResult & WithUploadBufferUsedInBytes(long long value)
long long GetUploadBufferUsedInBytes() const
DescribeUploadBufferResult & WithGatewayARN(GatewayARNT &&value)
DescribeUploadBufferResult & AddDiskIds(DiskIdsT &&value)
void SetUploadBufferUsedInBytes(long long value)
AWS_STORAGEGATEWAY_API DescribeUploadBufferResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DescribeUploadBufferResult()=default
void SetUploadBufferAllocatedInBytes(long long value)
const Aws::String & GetRequestId() const
AWS_STORAGEGATEWAY_API DescribeUploadBufferResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeUploadBufferResult & WithRequestId(RequestIdT &&value)
long long GetUploadBufferAllocatedInBytes() const
DescribeUploadBufferResult & WithUploadBufferAllocatedInBytes(long long value)
const Aws::Vector< Aws::String > & GetDiskIds() const
void SetRequestId(RequestIdT &&value)
void SetGatewayARN(GatewayARNT &&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