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
44 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
54 template<
typename NamespaceNameT = Aws::String>
55 void SetNamespaceName(NamespaceNameT&& value) { m_namespaceNameHasBeenSet =
true; m_namespaceName = std::forward<NamespaceNameT>(value); }
56 template<
typename NamespaceNameT = Aws::String>
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_namespaceNameHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
AWS_REDSHIFTSERVERLESS_API ListScheduledActionsRequest()=default
bool NextTokenHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
ListScheduledActionsRequest & WithNextToken(NextTokenT &&value)
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
ListScheduledActionsRequest & WithMaxResults(int value)
void SetNamespaceName(NamespaceNameT &&value)
const Aws::String & GetNextToken() const
bool NamespaceNameHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
ListScheduledActionsRequest & WithNamespaceName(NamespaceNameT &&value)
const Aws::String & GetNamespaceName() const
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