7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift-serverless/model/RecoveryPoint.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace RedshiftServerless
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
55 template<
typename RecoveryPo
intsT = Aws::Vector<RecoveryPo
int>>
56 void SetRecoveryPoints(RecoveryPointsT&& value) { m_recoveryPointsHasBeenSet =
true; m_recoveryPoints = std::forward<RecoveryPointsT>(value); }
57 template<
typename RecoveryPo
intsT = Aws::Vector<RecoveryPo
int>>
59 template<
typename RecoveryPo
intsT = RecoveryPo
int>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_recoveryPointsHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRecoveryPoints(RecoveryPointsT &&value)
ListRecoveryPointsResult & WithNextToken(NextTokenT &&value)
ListRecoveryPointsResult & AddRecoveryPoints(RecoveryPointsT &&value)
ListRecoveryPointsResult & WithRequestId(RequestIdT &&value)
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< RecoveryPoint > & GetRecoveryPoints() const
ListRecoveryPointsResult & WithRecoveryPoints(RecoveryPointsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue