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
47 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
81 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
95 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
101 bool m_gatewayARNHasBeenSet =
false;
104 bool m_tapeARNsHasBeenSet =
false;
107 bool m_markerHasBeenSet =
false;
110 bool m_limitHasBeenSet =
false;
void SetGatewayARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API DescribeTapesRequest()
virtual const char * GetServiceRequestName() const override
DescribeTapesRequest & AddTapeARNs(Aws::String &&value)
void SetMarker(Aws::String &&value)
DescribeTapesRequest & AddTapeARNs(const char *value)
void SetGatewayARN(const Aws::String &value)
void SetTapeARNs(Aws::Vector< Aws::String > &&value)
bool GatewayARNHasBeenSet() const
void SetMarker(const char *value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeTapesRequest & WithTapeARNs(const Aws::Vector< Aws::String > &value)
DescribeTapesRequest & WithMarker(const char *value)
DescribeTapesRequest & WithGatewayARN(const Aws::String &value)
DescribeTapesRequest & WithGatewayARN(const char *value)
bool TapeARNsHasBeenSet() const
DescribeTapesRequest & WithLimit(int value)
DescribeTapesRequest & WithGatewayARN(Aws::String &&value)
void SetTapeARNs(const Aws::Vector< Aws::String > &value)
bool LimitHasBeenSet() const
DescribeTapesRequest & WithTapeARNs(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetTapeARNs() const
const Aws::String & GetMarker() const
void SetGatewayARN(const char *value)
void SetMarker(const Aws::String &value)
bool MarkerHasBeenSet() const
const Aws::String & GetGatewayARN() const
DescribeTapesRequest & WithMarker(Aws::String &&value)
DescribeTapesRequest & WithMarker(const Aws::String &value)
DescribeTapesRequest & AddTapeARNs(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
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