7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ds/model/Snapshot.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DirectoryService
52 template<
typename SnapshotsT = Aws::Vector<Snapshot>>
53 void SetSnapshots(SnapshotsT&& value) { m_snapshotsHasBeenSet =
true; m_snapshots = std::forward<SnapshotsT>(value); }
54 template<
typename SnapshotsT = Aws::Vector<Snapshot>>
56 template<
typename SnapshotsT = Snapshot>
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_snapshotsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DescribeSnapshotsResult & WithRequestId(RequestIdT &&value)
DescribeSnapshotsResult & AddSnapshots(SnapshotsT &&value)
const Aws::Vector< Snapshot > & GetSnapshots() const
AWS_DIRECTORYSERVICE_API DescribeSnapshotsResult()=default
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
DescribeSnapshotsResult & WithSnapshots(SnapshotsT &&value)
AWS_DIRECTORYSERVICE_API DescribeSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSnapshotsResult & WithNextToken(NextTokenT &&value)
void SetSnapshots(SnapshotsT &&value)
AWS_DIRECTORYSERVICE_API DescribeSnapshotsResult(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