7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
46 template<
typename GatewayARNT = Aws::String>
47 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
48 template<
typename GatewayARNT = Aws::String>
60 template<
typename MarkerT = Aws::String>
61 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
62 template<
typename MarkerT = Aws::String>
71 inline int GetLimit()
const {
return m_limit; }
73 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
79 bool m_gatewayARNHasBeenSet =
false;
82 bool m_markerHasBeenSet =
false;
85 bool m_limitHasBeenSet =
false;
bool LimitHasBeenSet() const
ListVolumesRequest & WithLimit(int value)
AWS_STORAGEGATEWAY_API ListVolumesRequest()=default
const Aws::String & GetMarker() const
ListVolumesRequest & WithGatewayARN(GatewayARNT &&value)
ListVolumesRequest & WithMarker(MarkerT &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetGatewayARN() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
bool GatewayARNHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMarker(MarkerT &&value)
bool MarkerHasBeenSet() const
void SetGatewayARN(GatewayARNT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String