23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
33 namespace StorageGateway
57 inline void SetGatewayARN(
const char* value) { m_gatewayARN.assign(value); }
144 inline void SetMarker(
const char* value) { m_marker.assign(value); }
const Aws::String & GetGatewayARN() const
DescribeTapeRecoveryPointsResult & WithGatewayARN(const char *value)
DescribeTapeRecoveryPointsResult & WithMarker(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeTapeRecoveryPointsResult & WithMarker(Aws::String &&value)
void SetGatewayARN(Aws::String &&value)
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(Aws::Vector< TapeRecoveryPointInfo > &&value)
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(const Aws::Vector< TapeRecoveryPointInfo > &value)
void SetGatewayARN(const Aws::String &value)
DescribeTapeRecoveryPointsResult & WithMarker(const Aws::String &value)
void SetMarker(Aws::String &&value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(TapeRecoveryPointInfo &&value)
void SetMarker(const Aws::String &value)
void SetTapeRecoveryPointInfos(Aws::Vector< TapeRecoveryPointInfo > &&value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(const Aws::String &value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::Vector< TapeRecoveryPointInfo > & GetTapeRecoveryPointInfos() const
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(const TapeRecoveryPointInfo &value)
void SetTapeRecoveryPointInfos(const Aws::Vector< TapeRecoveryPointInfo > &value)
void SetMarker(const char *value)
#define AWS_STORAGEGATEWAY_API
void SetGatewayARN(const char *value)
const Aws::String & GetMarker() const
JSON (JavaScript Object Notation).