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 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
61 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
74 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
80 bool m_gatewayARNHasBeenSet =
false;
83 bool m_markerHasBeenSet =
false;
86 bool m_limitHasBeenSet =
false;
DescribeTapeRecoveryPointsRequest & WithMarker(const Aws::String &value)
bool LimitHasBeenSet() const
DescribeTapeRecoveryPointsRequest & WithGatewayARN(Aws::String &&value)
void SetGatewayARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetGatewayARN(const char *value)
DescribeTapeRecoveryPointsRequest & WithGatewayARN(const Aws::String &value)
void SetGatewayARN(Aws::String &&value)
const Aws::String & GetGatewayARN() const
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsRequest()
DescribeTapeRecoveryPointsRequest & WithMarker(const char *value)
DescribeTapeRecoveryPointsRequest & WithGatewayARN(const char *value)
virtual const char * GetServiceRequestName() const override
DescribeTapeRecoveryPointsRequest & WithMarker(Aws::String &&value)
const Aws::String & GetMarker() const
void SetMarker(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
bool MarkerHasBeenSet() const
void SetMarker(const char *value)
void SetMarker(Aws::String &&value)
DescribeTapeRecoveryPointsRequest & WithLimit(int value)
bool GatewayARNHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String