7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
10#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
15namespace RedshiftServerless {
40 template <
typename EndTimeT = Aws::Utils::DateTime>
42 m_endTimeHasBeenSet =
true;
43 m_endTime = std::forward<EndTimeT>(value);
45 template <
typename EndTimeT = Aws::Utils::DateTime>
60 m_maxResultsHasBeenSet =
true;
76 template <
typename NamespaceArnT = Aws::String>
78 m_namespaceArnHasBeenSet =
true;
79 m_namespaceArn = std::forward<NamespaceArnT>(value);
81 template <
typename NamespaceArnT = Aws::String>
94 template <
typename NamespaceNameT = Aws::String>
96 m_namespaceNameHasBeenSet =
true;
97 m_namespaceName = std::forward<NamespaceNameT>(value);
99 template <
typename NamespaceNameT = Aws::String>
114 template <
typename NextTokenT = Aws::String>
116 m_nextTokenHasBeenSet =
true;
117 m_nextToken = std::forward<NextTokenT>(value);
119 template <
typename NextTokenT = Aws::String>
132 template <
typename OwnerAccountT = Aws::String>
134 m_ownerAccountHasBeenSet =
true;
135 m_ownerAccount = std::forward<OwnerAccountT>(value);
137 template <
typename OwnerAccountT = Aws::String>
150 template <
typename StartTimeT = Aws::Utils::DateTime>
152 m_startTimeHasBeenSet =
true;
153 m_startTime = std::forward<StartTimeT>(value);
155 template <
typename StartTimeT = Aws::Utils::DateTime>
175 bool m_endTimeHasBeenSet =
false;
176 bool m_maxResultsHasBeenSet =
false;
177 bool m_namespaceArnHasBeenSet =
false;
178 bool m_namespaceNameHasBeenSet =
false;
179 bool m_nextTokenHasBeenSet =
false;
180 bool m_ownerAccountHasBeenSet =
false;
181 bool m_startTimeHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool NamespaceNameHasBeenSet() const
bool NamespaceArnHasBeenSet() const
ListSnapshotsRequest & WithStartTime(StartTimeT &&value)
void SetMaxResults(int value)
void SetStartTime(StartTimeT &&value)
bool EndTimeHasBeenSet() const
const Aws::String & GetNamespaceName() const
void SetNamespaceArn(NamespaceArnT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetOwnerAccount(OwnerAccountT &&value)
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNamespaceArn() const
ListSnapshotsRequest & WithOwnerAccount(OwnerAccountT &&value)
ListSnapshotsRequest & WithMaxResults(int value)
const Aws::Utils::DateTime & GetEndTime() const
virtual const char * GetServiceRequestName() const override
ListSnapshotsRequest & WithNamespaceName(NamespaceNameT &&value)
bool OwnerAccountHasBeenSet() const
bool StartTimeHasBeenSet() const
ListSnapshotsRequest & WithNextToken(NextTokenT &&value)
void SetNamespaceName(NamespaceNameT &&value)
const Aws::String & GetNextToken() const
ListSnapshotsRequest & WithEndTime(EndTimeT &&value)
const Aws::String & GetOwnerAccount() const
void SetEndTime(EndTimeT &&value)
ListSnapshotsRequest & WithNamespaceArn(NamespaceArnT &&value)
bool NextTokenHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API ListSnapshotsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String