7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/docdb-elastic/model/ClusterSnapshotInList.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 template<
typename NextTokenT = Aws::String>
46 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
47 template<
typename NextTokenT = Aws::String>
56 template<
typename SnapshotsT = Aws::Vector<ClusterSnapshotInList>>
57 void SetSnapshots(SnapshotsT&& value) { m_snapshotsHasBeenSet =
true; m_snapshots = std::forward<SnapshotsT>(value); }
58 template<
typename SnapshotsT = Aws::Vector<ClusterSnapshotInList>>
60 template<
typename SnapshotsT = ClusterSnapshotInList>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_snapshotsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ClusterSnapshotInList > & GetSnapshots() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_DOCDBELASTIC_API ListClusterSnapshotsResult()=default
ListClusterSnapshotsResult & WithNextToken(NextTokenT &&value)
ListClusterSnapshotsResult & AddSnapshots(SnapshotsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DOCDBELASTIC_API ListClusterSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSnapshots(SnapshotsT &&value)
ListClusterSnapshotsResult & WithRequestId(RequestIdT &&value)
ListClusterSnapshotsResult & WithSnapshots(SnapshotsT &&value)
const Aws::String & GetRequestId() const
AWS_DOCDBELASTIC_API ListClusterSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue