7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/model/RecoveryPoint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace RedshiftServerless
41 template<
typename RecoveryPo
intT = RecoveryPo
int>
42 void SetRecoveryPoint(RecoveryPointT&& value) { m_recoveryPointHasBeenSet =
true; m_recoveryPoint = std::forward<RecoveryPointT>(value); }
43 template<
typename RecoveryPo
intT = RecoveryPo
int>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_recoveryPointHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const RecoveryPoint & GetRecoveryPoint() const
GetRecoveryPointResult & WithRecoveryPoint(RecoveryPointT &&value)
AWS_REDSHIFTSERVERLESS_API GetRecoveryPointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRecoveryPoint(RecoveryPointT &&value)
AWS_REDSHIFTSERVERLESS_API GetRecoveryPointResult()=default
AWS_REDSHIFTSERVERLESS_API GetRecoveryPointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRecoveryPointResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue