7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/Filter.h>
75 template <
typename FiltersT = Aws::Vector<Filter>>
77 m_filtersHasBeenSet =
true;
78 m_filters = std::forward<FiltersT>(value);
80 template <
typename FiltersT = Aws::Vector<Filter>>
85 template <
typename FiltersT = Filter>
87 m_filtersHasBeenSet =
true;
88 m_filters.emplace_back(std::forward<FiltersT>(value));
100 template <
typename InstanceIdsT = Aws::Vector<Aws::String>>
102 m_instanceIdsHasBeenSet =
true;
103 m_instanceIds = std::forward<InstanceIdsT>(value);
105 template <
typename InstanceIdsT = Aws::Vector<Aws::String>>
110 template <
typename InstanceIdsT = Aws::String>
112 m_instanceIdsHasBeenSet =
true;
113 m_instanceIds.emplace_back(std::forward<InstanceIdsT>(value));
129 m_maxResultsHasBeenSet =
true;
130 m_maxResults = value;
145 template <
typename NextTokenT = Aws::String>
147 m_nextTokenHasBeenSet =
true;
148 m_nextToken = std::forward<NextTokenT>(value);
150 template <
typename NextTokenT = Aws::String>
167 m_dryRunHasBeenSet =
true;
184 bool m_dryRun{
false};
185 bool m_filtersHasBeenSet =
false;
186 bool m_instanceIdsHasBeenSet =
false;
187 bool m_maxResultsHasBeenSet =
false;
188 bool m_nextTokenHasBeenSet =
false;
189 bool m_dryRunHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector