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>
56 template<
typename FiltersT = Aws::Vector<Filter>>
57 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
58 template<
typename FiltersT = Aws::Vector<Filter>>
60 template<
typename FiltersT = Filter>
73 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
99 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
105 bool m_filtersHasBeenSet =
false;
107 bool m_dryRun{
false};
108 bool m_dryRunHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool FiltersHasBeenSet() const
DescribeSnapshotTierStatusRequest & WithDryRun(bool value)
DescribeSnapshotTierStatusRequest & AddFilters(FiltersT &&value)
bool DryRunHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
void SetNextToken(NextTokenT &&value)
AWS_EC2_API DescribeSnapshotTierStatusRequest()=default
DescribeSnapshotTierStatusRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
DescribeSnapshotTierStatusRequest & WithMaxResults(int value)
DescribeSnapshotTierStatusRequest & WithFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetDryRun(bool value)
int GetMaxResults() const
void SetFilters(FiltersT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector