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>
53 template <
typename ExecutableUsersT = Aws::Vector<Aws::String>>
55 m_executableUsersHasBeenSet =
true;
56 m_executableUsers = std::forward<ExecutableUsersT>(value);
58 template <
typename ExecutableUsersT = Aws::Vector<Aws::String>>
63 template <
typename ExecutableUsersT = Aws::String>
65 m_executableUsersHasBeenSet =
true;
66 m_executableUsers.emplace_back(std::forward<ExecutableUsersT>(value));
77 template <
typename ImageIdsT = Aws::Vector<Aws::String>>
79 m_imageIdsHasBeenSet =
true;
80 m_imageIds = std::forward<ImageIdsT>(value);
82 template <
typename ImageIdsT = Aws::Vector<Aws::String>>
87 template <
typename ImageIdsT = Aws::String>
89 m_imageIdsHasBeenSet =
true;
90 m_imageIds.emplace_back(std::forward<ImageIdsT>(value));
105 template <
typename OwnersT = Aws::Vector<Aws::String>>
107 m_ownersHasBeenSet =
true;
108 m_owners = std::forward<OwnersT>(value);
110 template <
typename OwnersT = Aws::Vector<Aws::String>>
115 template <
typename OwnersT = Aws::String>
117 m_ownersHasBeenSet =
true;
118 m_owners.emplace_back(std::forward<OwnersT>(value));
133 m_includeDeprecatedHasBeenSet =
true;
134 m_includeDeprecated = value;
150 m_includeDisabledHasBeenSet =
true;
151 m_includeDisabled = value;
169 m_maxResultsHasBeenSet =
true;
170 m_maxResults = value;
185 template <
typename NextTokenT = Aws::String>
187 m_nextTokenHasBeenSet =
true;
188 m_nextToken = std::forward<NextTokenT>(value);
190 template <
typename NextTokenT = Aws::String>
207 m_dryRunHasBeenSet =
true;
298 template <
typename FiltersT = Aws::Vector<Filter>>
300 m_filtersHasBeenSet =
true;
301 m_filters = std::forward<FiltersT>(value);
303 template <
typename FiltersT = Aws::Vector<Filter>>
308 template <
typename FiltersT = Filter>
310 m_filtersHasBeenSet =
true;
311 m_filters.emplace_back(std::forward<FiltersT>(value));
322 bool m_includeDeprecated{
false};
324 bool m_includeDisabled{
false};
330 bool m_dryRun{
false};
333 bool m_executableUsersHasBeenSet =
false;
334 bool m_imageIdsHasBeenSet =
false;
335 bool m_ownersHasBeenSet =
false;
336 bool m_includeDeprecatedHasBeenSet =
false;
337 bool m_includeDisabledHasBeenSet =
false;
338 bool m_maxResultsHasBeenSet =
false;
339 bool m_nextTokenHasBeenSet =
false;
340 bool m_dryRunHasBeenSet =
false;
341 bool m_filtersHasBeenSet =
false;
bool OwnersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Filter > & GetFilters() const
DescribeImagesRequest & WithDryRun(bool value)
DescribeImagesRequest & AddOwners(OwnersT &&value)
int GetMaxResults() const
DescribeImagesRequest & WithIncludeDisabled(bool value)
bool MaxResultsHasBeenSet() const
bool ExecutableUsersHasBeenSet() const
void SetIncludeDisabled(bool value)
AWS_EC2_API DescribeImagesRequest()=default
const Aws::Vector< Aws::String > & GetExecutableUsers() const
DescribeImagesRequest & WithMaxResults(int value)
bool FiltersHasBeenSet() const
bool IncludeDeprecatedHasBeenSet() const
void SetFilters(FiltersT &&value)
bool GetIncludeDeprecated() const
DescribeImagesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
DescribeImagesRequest & WithIncludeDeprecated(bool value)
void SetIncludeDeprecated(bool value)
DescribeImagesRequest & AddFilters(FiltersT &&value)
const Aws::String & GetNextToken() const
bool GetIncludeDisabled() const
DescribeImagesRequest & WithExecutableUsers(ExecutableUsersT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool IncludeDisabledHasBeenSet() const
const Aws::Vector< Aws::String > & GetOwners() const
void SetOwners(OwnersT &&value)
DescribeImagesRequest & AddImageIds(ImageIdsT &&value)
void SetExecutableUsers(ExecutableUsersT &&value)
DescribeImagesRequest & AddExecutableUsers(ExecutableUsersT &&value)
DescribeImagesRequest & WithImageIds(ImageIdsT &&value)
bool DryRunHasBeenSet() const
void SetImageIds(ImageIdsT &&value)
void SetDryRun(bool value)
void SetMaxResults(int value)
bool ImageIdsHasBeenSet() const
DescribeImagesRequest & WithOwners(OwnersT &&value)
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetImageIds() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeImagesRequest & WithFilters(FiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector