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
45 template<
typename GatewayARNT = Aws::String>
46 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
47 template<
typename GatewayARNT = Aws::String>
57 template<
typename TapeRecoveryPo
intInfosT = Aws::Vector<TapeRecoveryPo
intInfo>>
58 void SetTapeRecoveryPointInfos(TapeRecoveryPointInfosT&& value) { m_tapeRecoveryPointInfosHasBeenSet =
true; m_tapeRecoveryPointInfos = std::forward<TapeRecoveryPointInfosT>(value); }
59 template<
typename TapeRecoveryPo
intInfosT = Aws::Vector<TapeRecoveryPo
intInfo>>
61 template<
typename TapeRecoveryPo
intInfosT = TapeRecoveryPo
intInfo>
74 template<
typename MarkerT = Aws::String>
75 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
76 template<
typename MarkerT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_gatewayARNHasBeenSet =
false;
94 bool m_tapeRecoveryPointInfosHasBeenSet =
false;
97 bool m_markerHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
void SetGatewayARN(GatewayARNT &&value)
DescribeTapeRecoveryPointsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
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)
void SetRequestId(RequestIdT &&value)
DescribeTapeRecoveryPointsResult & WithTapeRecoveryPointInfos(TapeRecoveryPointInfosT &&value)
void SetMarker(MarkerT &&value)
void SetTapeRecoveryPointInfos(TapeRecoveryPointInfosT &&value)
const Aws::String & GetGatewayARN() const
const Aws::String & GetMarker() const
DescribeTapeRecoveryPointsResult & WithGatewayARN(GatewayARNT &&value)
AWS_STORAGEGATEWAY_API DescribeTapeRecoveryPointsResult()=default
const Aws::Vector< TapeRecoveryPointInfo > & GetTapeRecoveryPointInfos() const
DescribeTapeRecoveryPointsResult & WithMarker(MarkerT &&value)
DescribeTapeRecoveryPointsResult & AddTapeRecoveryPointInfos(TapeRecoveryPointInfosT &&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