7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
43 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
51 bool m_gatewayARNHasBeenSet =
false;
bool GatewayARNHasBeenSet() const
AWS_STORAGEGATEWAY_API DescribeUploadBufferRequest()
void SetGatewayARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
DescribeUploadBufferRequest & WithGatewayARN(Aws::String &&value)
DescribeUploadBufferRequest & WithGatewayARN(const char *value)
void SetGatewayARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetGatewayARN(const char *value)
DescribeUploadBufferRequest & WithGatewayARN(const Aws::String &value)
const Aws::String & GetGatewayARN() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String