7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/docdb-elastic/DocDBElasticRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ClusterArnT = Aws::String>
48 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
49 template<
typename ClusterArnT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
90 template<
typename SnapshotTypeT = Aws::String>
91 void SetSnapshotType(SnapshotTypeT&& value) { m_snapshotTypeHasBeenSet =
true; m_snapshotType = std::forward<SnapshotTypeT>(value); }
92 template<
typename SnapshotTypeT = Aws::String>
98 bool m_clusterArnHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_snapshotTypeHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetSnapshotType(SnapshotTypeT &&value)
bool ClusterArnHasBeenSet() const
const Aws::String & GetClusterArn() const
ListClusterSnapshotsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetSnapshotType() const
ListClusterSnapshotsRequest & WithClusterArn(ClusterArnT &&value)
void SetClusterArn(ClusterArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DOCDBELASTIC_API ListClusterSnapshotsRequest()=default
AWS_DOCDBELASTIC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
ListClusterSnapshotsRequest & WithSnapshotType(SnapshotTypeT &&value)
ListClusterSnapshotsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
bool SnapshotTypeHasBeenSet() const
void SetMaxResults(int value)
AWS_DOCDBELASTIC_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String