7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace DirectoryService
49 template<
typename DirectoryIdT = Aws::String>
50 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
51 template<
typename DirectoryIdT = Aws::String>
63 template<
typename SnapshotIdsT = Aws::Vector<Aws::String>>
64 void SetSnapshotIds(SnapshotIdsT&& value) { m_snapshotIdsHasBeenSet =
true; m_snapshotIds = std::forward<SnapshotIdsT>(value); }
65 template<
typename SnapshotIdsT = Aws::Vector<Aws::String>>
67 template<
typename SnapshotIdsT = Aws::String>
78 template<
typename NextTokenT = Aws::String>
79 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
80 template<
typename NextTokenT = Aws::String>
88 inline int GetLimit()
const {
return m_limit; }
90 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
96 bool m_directoryIdHasBeenSet =
false;
99 bool m_snapshotIdsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 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