22 namespace StorageGateway
48 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); }
111 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
121 bool m_gatewayARNHasBeenSet;
123 bool m_markerHasBeenSet;
125 bool m_limitHasBeenSet;
void SetGatewayARN(const Aws::String &value)
DescribeTapeRecoveryPointsRequest & WithMarker(const Aws::String &value)
DescribeTapeRecoveryPointsRequest & WithGatewayARN(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetMarker(Aws::String &&value)
void SetMarker(const Aws::String &value)
DescribeTapeRecoveryPointsRequest & WithMarker(const char *value)
void SetMarker(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeTapeRecoveryPointsRequest & WithLimit(int value)
DescribeTapeRecoveryPointsRequest & WithGatewayARN(Aws::String &&value)
const Aws::String & GetGatewayARN() const
DescribeTapeRecoveryPointsRequest & WithGatewayARN(const char *value)
const Aws::String & GetMarker() const
#define AWS_STORAGEGATEWAY_API
void SetGatewayARN(Aws::String &&value)
DescribeTapeRecoveryPointsRequest & WithMarker(Aws::String &&value)
void SetGatewayARN(const char *value)
JSON (JavaScript Object Notation).