7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace RedshiftServerless
45 inline void SetRecoveryPointId(
const char* value) { m_recoveryPointIdHasBeenSet =
true; m_recoveryPointId.assign(value); }
53 bool m_recoveryPointIdHasBeenSet =
false;
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RecoveryPointIdHasBeenSet() const
GetRecoveryPointRequest & WithRecoveryPointId(Aws::String &&value)
const Aws::String & GetRecoveryPointId() const
void SetRecoveryPointId(const Aws::String &value)
void SetRecoveryPointId(const char *value)
void SetRecoveryPointId(Aws::String &&value)
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
GetRecoveryPointRequest & WithRecoveryPointId(const char *value)
AWS_REDSHIFTSERVERLESS_API GetRecoveryPointRequest()
GetRecoveryPointRequest & WithRecoveryPointId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String