7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
44 template<
typename GatewayARNT = Aws::String>
45 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
46 template<
typename GatewayARNT = Aws::String>
57 template<
typename MarkerT = Aws::String>
58 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
59 template<
typename MarkerT = Aws::String>
68 inline int GetLimit()
const {
return m_limit; }
70 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
76 bool m_gatewayARNHasBeenSet =
false;
79 bool m_markerHasBeenSet =
false;
82 bool m_limitHasBeenSet =
false;
bool LimitHasBeenSet() const
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetGatewayARN() const
DescribeTapeRecoveryPointsRequest & WithMarker(MarkerT &&value)
void SetGatewayARN(GatewayARNT &&value)
virtual const char * GetServiceRequestName() const override
void SetMarker(MarkerT &&value)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsRequest()=default
DescribeTapeRecoveryPointsRequest & WithGatewayARN(GatewayARNT &&value)
const Aws::String & GetMarker() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
bool MarkerHasBeenSet() const
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