7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace RedshiftServerless
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
70 inline void SetNamespaceArn(
const char* value) { m_namespaceArnHasBeenSet =
true; m_namespaceArn.assign(value); }
84 inline void SetNamespaceName(
const char* value) { m_namespaceNameHasBeenSet =
true; m_namespaceName.assign(value); }
101 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
121 bool m_endTimeHasBeenSet =
false;
124 bool m_maxResultsHasBeenSet =
false;
127 bool m_namespaceArnHasBeenSet =
false;
130 bool m_namespaceNameHasBeenSet =
false;
133 bool m_nextTokenHasBeenSet =
false;
136 bool m_startTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
virtual const char * GetServiceRequestName() const override
void SetStartTime(Aws::Utils::DateTime &&value)
AWS_REDSHIFTSERVERLESS_API ListRecoveryPointsRequest()
ListRecoveryPointsRequest & WithNamespaceArn(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetStartTime(const Aws::Utils::DateTime &value)
ListRecoveryPointsRequest & WithMaxResults(int value)
void SetNamespaceArn(const char *value)
ListRecoveryPointsRequest & WithStartTime(Aws::Utils::DateTime &&value)
ListRecoveryPointsRequest & WithNamespaceArn(const char *value)
void SetNamespaceName(const char *value)
void SetEndTime(const Aws::Utils::DateTime &value)
ListRecoveryPointsRequest & WithStartTime(const Aws::Utils::DateTime &value)
void SetNamespaceArn(const Aws::String &value)
bool NamespaceNameHasBeenSet() const
ListRecoveryPointsRequest & WithNamespaceName(const char *value)
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
bool EndTimeHasBeenSet() const
ListRecoveryPointsRequest & WithNamespaceName(const Aws::String &value)
void SetNamespaceName(Aws::String &&value)
bool NamespaceArnHasBeenSet() const
void SetNamespaceArn(Aws::String &&value)
void SetNamespaceName(const Aws::String &value)
ListRecoveryPointsRequest & WithEndTime(Aws::Utils::DateTime &&value)
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
ListRecoveryPointsRequest & WithNextToken(const char *value)
ListRecoveryPointsRequest & WithNextToken(Aws::String &&value)
ListRecoveryPointsRequest & WithNextToken(const Aws::String &value)
void SetEndTime(Aws::Utils::DateTime &&value)
ListRecoveryPointsRequest & WithNamespaceName(Aws::String &&value)
ListRecoveryPointsRequest & WithNamespaceArn(const Aws::String &value)
const Aws::Utils::DateTime & GetStartTime() const
ListRecoveryPointsRequest & WithEndTime(const Aws::Utils::DateTime &value)
const Aws::String & GetNamespaceArn() const
int GetMaxResults() const
bool StartTimeHasBeenSet() const
void SetNextToken(const char *value)
const Aws::String & GetNamespaceName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String