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
46 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsResult()
ListRecoveryPointsResult & WithNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
void SetRecoveryPoints(Aws::Vector< RecoveryPoint > &&value)
void SetNextToken(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetRequestId(const Aws::String &value)
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
ListRecoveryPointsResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
ListRecoveryPointsResult & WithRequestId(const Aws::String &value)
void SetNextToken(const char *value)
ListRecoveryPointsResult & WithRequestId(Aws::String &&value)
ListRecoveryPointsResult & AddRecoveryPoints(RecoveryPoint &&value)
ListRecoveryPointsResult & WithRecoveryPoints(Aws::Vector< RecoveryPoint > &&value)
ListRecoveryPointsResult & AddRecoveryPoints(const RecoveryPoint &value)
void SetRecoveryPoints(const Aws::Vector< RecoveryPoint > &value)
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListRecoveryPointsResult & WithNextToken(const char *value)
const Aws::Vector< RecoveryPoint > & GetRecoveryPoints() const
ListRecoveryPointsResult & WithRecoveryPoints(const Aws::Vector< RecoveryPoint > &value)
ListRecoveryPointsResult & WithNextToken(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