7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ds/DirectoryServiceRequest.h>
10#include <aws/ds/DirectoryService_EXPORTS.h>
15namespace DirectoryService {
45 template <
typename DirectoryIdT = Aws::String>
47 m_directoryIdHasBeenSet =
true;
48 m_directoryId = std::forward<DirectoryIdT>(value);
50 template <
typename DirectoryIdT = Aws::String>
65 template <
typename SnapshotIdsT = Aws::Vector<Aws::String>>
67 m_snapshotIdsHasBeenSet =
true;
68 m_snapshotIds = std::forward<SnapshotIdsT>(value);
70 template <
typename SnapshotIdsT = Aws::Vector<Aws::String>>
75 template <
typename SnapshotIdsT = Aws::String>
77 m_snapshotIdsHasBeenSet =
true;
78 m_snapshotIds.emplace_back(std::forward<SnapshotIdsT>(value));
90 template <
typename NextTokenT = Aws::String>
92 m_nextTokenHasBeenSet =
true;
93 m_nextToken = std::forward<NextTokenT>(value);
95 template <
typename NextTokenT = Aws::String>
109 m_limitHasBeenSet =
true;
125 bool m_directoryIdHasBeenSet =
false;
126 bool m_snapshotIdsHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
128 bool m_limitHasBeenSet =
false;
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
void SetSnapshotIds(SnapshotIdsT &&value)
AWS_DIRECTORYSERVICE_API DescribeSnapshotsRequest()=default
void SetNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
DescribeSnapshotsRequest & WithDirectoryId(DirectoryIdT &&value)
DescribeSnapshotsRequest & AddSnapshotIds(SnapshotIdsT &&value)
const Aws::String & GetDirectoryId() const
DescribeSnapshotsRequest & WithNextToken(NextTokenT &&value)
DescribeSnapshotsRequest & WithSnapshotIds(SnapshotIdsT &&value)
bool SnapshotIdsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetDirectoryId(DirectoryIdT &&value)
const Aws::Vector< Aws::String > & GetSnapshotIds() const
DescribeSnapshotsRequest & WithLimit(int value)
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool DirectoryIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector