7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fsx/model/Snapshot.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename SnapshotsT = Aws::Vector<Snapshot>>
43 void SetSnapshots(SnapshotsT&& value) { m_snapshotsHasBeenSet =
true; m_snapshots = std::forward<SnapshotsT>(value); }
44 template<
typename SnapshotsT = Aws::Vector<Snapshot>>
46 template<
typename SnapshotsT = Snapshot>
53 template<
typename NextTokenT = Aws::String>
54 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
55 template<
typename NextTokenT = Aws::String>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_snapshotsHasBeenSet =
false;
73 bool m_nextTokenHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
AWS_FSX_API DescribeSnapshotsResult()=default
DescribeSnapshotsResult & AddSnapshots(SnapshotsT &&value)
void SetRequestId(RequestIdT &&value)
DescribeSnapshotsResult & WithSnapshots(SnapshotsT &&value)
DescribeSnapshotsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
DescribeSnapshotsResult & WithRequestId(RequestIdT &&value)
AWS_FSX_API DescribeSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FSX_API DescribeSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
const Aws::Vector< Snapshot > & GetSnapshots() const
void SetSnapshots(SnapshotsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue