7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/drs/model/DescribeRecoverySnapshotsRequestFilters.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/drs/model/RecoverySnapshotsOrder.h>
43 template<
typename FiltersT = DescribeRecoverySnapshotsRequestFilters>
44 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
45 template<
typename FiltersT = DescribeRecoverySnapshotsRequestFilters>
55 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
87 template<
typename SourceServerIDT = Aws::String>
88 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
89 template<
typename SourceServerIDT = Aws::String>
95 bool m_filtersHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
104 bool m_orderHasBeenSet =
false;
107 bool m_sourceServerIDHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool SourceServerIDHasBeenSet() const
DescribeRecoverySnapshotsRequest & WithMaxResults(int value)
bool OrderHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeRecoverySnapshotsRequest & WithSourceServerID(SourceServerIDT &&value)
DescribeRecoverySnapshotsRequest & WithFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
AWS_DRS_API Aws::String SerializePayload() const override
DescribeRecoverySnapshotsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
const DescribeRecoverySnapshotsRequestFilters & GetFilters() const
RecoverySnapshotsOrder GetOrder() const
const Aws::String & GetSourceServerID() const
const Aws::String & GetNextToken() const
bool FiltersHasBeenSet() const
AWS_DRS_API DescribeRecoverySnapshotsRequest()=default
DescribeRecoverySnapshotsRequest & WithOrder(RecoverySnapshotsOrder value)
void SetSourceServerID(SourceServerIDT &&value)
bool NextTokenHasBeenSet() const
void SetOrder(RecoverySnapshotsOrder value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String