7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/Filter.h>
54 template<
typename FiltersT = Aws::Vector<Filter>>
55 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
56 template<
typename FiltersT = Aws::Vector<Filter>>
58 template<
typename FiltersT = Filter>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
97 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
103 bool m_filtersHasBeenSet =
false;
106 bool m_maxResultsHasBeenSet =
false;
109 bool m_nextTokenHasBeenSet =
false;
111 bool m_dryRun{
false};
112 bool m_dryRunHasBeenSet =
false;
DescribeFastSnapshotRestoresRequest & WithNextToken(NextTokenT &&value)
DescribeFastSnapshotRestoresRequest & WithMaxResults(int value)
void SetFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
bool DryRunHasBeenSet() const
DescribeFastSnapshotRestoresRequest & WithFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
void SetDryRun(bool value)
const Aws::Vector< Filter > & GetFilters() const
int GetMaxResults() const
DescribeFastSnapshotRestoresRequest & WithDryRun(bool value)
bool NextTokenHasBeenSet() const
AWS_EC2_API DescribeFastSnapshotRestoresRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeFastSnapshotRestoresRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
bool FiltersHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector