7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/storagegateway/model/TapeRecoveryPointInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace StorageGateway
47 inline void SetGatewayARN(
const char* value) { m_gatewayARN.assign(value); }
78 inline void SetMarker(
const char* value) { m_marker.assign(value); }
89 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetTapeRecoveryPointInfos(const Aws::Vector< TapeRecoveryPointInfo > &value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
DescribeTapeRecoveryPointsResult & WithGatewayARN(Aws::String &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(Aws::String &&value)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult()
void SetRequestId(const Aws::String &value)
void SetMarker(const Aws::String &value)
const Aws::String & GetGatewayARN() const
DescribeTapeRecoveryPointsResult & WithMarker(Aws::String &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(const char *value)
void SetTapeRecoveryPointInfos(Aws::Vector< TapeRecoveryPointInfo > &&value)
void SetMarker(Aws::String &&value)
void SetGatewayARN(const Aws::String &value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(TapeRecoveryPointInfo &&value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(const TapeRecoveryPointInfo &value)
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(Aws::Vector< TapeRecoveryPointInfo > &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(const char *value)
DescribeTapeRecoveryPointsResult & WithMarker(const char *value)
void SetGatewayARN(Aws::String &&value)
const Aws::String & GetMarker() const
void SetGatewayARN(const char *value)
DescribeTapeRecoveryPointsResult & WithMarker(const Aws::String &value)
void SetMarker(const char *value)
const Aws::Vector< TapeRecoveryPointInfo > & GetTapeRecoveryPointInfos() const
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(const Aws::Vector< TapeRecoveryPointInfo > &value)
DescribeTapeRecoveryPointsResult & WithGatewayARN(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue