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>
47 template<
typename BundleIdsT = Aws::Vector<Aws::String>>
48 void SetBundleIds(BundleIdsT&& value) { m_bundleIdsHasBeenSet =
true; m_bundleIds = std::forward<BundleIdsT>(value); }
49 template<
typename BundleIdsT = Aws::Vector<Aws::String>>
51 template<
typename BundleIdsT = Aws::String>
64 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
88 template<
typename FiltersT = Aws::Vector<Filter>>
89 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
90 template<
typename FiltersT = Aws::Vector<Filter>>
92 template<
typename FiltersT = Filter>
98 bool m_bundleIdsHasBeenSet =
false;
100 bool m_dryRun{
false};
101 bool m_dryRunHasBeenSet =
false;
104 bool m_filtersHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
DescribeBundleTasksRequest & WithFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Filter > & GetFilters() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
bool DryRunHasBeenSet() const
DescribeBundleTasksRequest & WithBundleIds(BundleIdsT &&value)
const Aws::Vector< Aws::String > & GetBundleIds() const
bool FiltersHasBeenSet() const
void SetBundleIds(BundleIdsT &&value)
bool BundleIdsHasBeenSet() const
AWS_EC2_API DescribeBundleTasksRequest()=default
void SetFilters(FiltersT &&value)
DescribeBundleTasksRequest & WithDryRun(bool value)
DescribeBundleTasksRequest & AddBundleIds(BundleIdsT &&value)
DescribeBundleTasksRequest & AddFilters(FiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector