7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace StorageGateway
42 template<
typename GatewayARNT = Aws::String>
43 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
44 template<
typename GatewayARNT = Aws::String>
56 template<
typename DiskIdsT = Aws::Vector<Aws::String>>
57 void SetDiskIds(DiskIdsT&& value) { m_diskIdsHasBeenSet =
true; m_diskIds = std::forward<DiskIdsT>(value); }
58 template<
typename DiskIdsT = Aws::Vector<Aws::String>>
60 template<
typename DiskIdsT = Aws::String>
66 bool m_gatewayARNHasBeenSet =
false;
69 bool m_diskIdsHasBeenSet =
false;
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetGatewayARN() const
AddUploadBufferRequest & AddDiskIds(DiskIdsT &&value)
bool DiskIdsHasBeenSet() const
AddUploadBufferRequest & WithDiskIds(DiskIdsT &&value)
bool GatewayARNHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetGatewayARN(GatewayARNT &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetDiskIds() const
AddUploadBufferRequest & WithGatewayARN(GatewayARNT &&value)
AWS_STORAGEGATEWAY_API AddUploadBufferRequest()=default
void SetDiskIds(DiskIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector