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>
57 template<
typename ExecutableUsersT = Aws::Vector<Aws::String>>
58 void SetExecutableUsers(ExecutableUsersT&& value) { m_executableUsersHasBeenSet =
true; m_executableUsers = std::forward<ExecutableUsersT>(value); }
59 template<
typename ExecutableUsersT = Aws::Vector<Aws::String>>
61 template<
typename ExecutableUsersT = Aws::String>
71 template<
typename ImageIdsT = Aws::Vector<Aws::String>>
72 void SetImageIds(ImageIdsT&& value) { m_imageIdsHasBeenSet =
true; m_imageIds = std::forward<ImageIdsT>(value); }
73 template<
typename ImageIdsT = Aws::Vector<Aws::String>>
75 template<
typename ImageIdsT = Aws::String>
89 template<
typename OwnersT = Aws::Vector<Aws::String>>
90 void SetOwners(OwnersT&& value) { m_ownersHasBeenSet =
true; m_owners = std::forward<OwnersT>(value); }
91 template<
typename OwnersT = Aws::Vector<Aws::String>>
93 template<
typename OwnersT = Aws::String>
106 inline void SetIncludeDeprecated(
bool value) { m_includeDeprecatedHasBeenSet =
true; m_includeDeprecated = value; }
117 inline void SetIncludeDisabled(
bool value) { m_includeDisabledHasBeenSet =
true; m_includeDisabled = value; }
130 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
141 template<
typename NextTokenT = Aws::String>
142 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
143 template<
typename NextTokenT = Aws::String>
156 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
242 template<
typename FiltersT = Aws::Vector<Filter>>
243 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
244 template<
typename FiltersT = Aws::Vector<Filter>>
246 template<
typename FiltersT = Filter>
252 bool m_executableUsersHasBeenSet =
false;
255 bool m_imageIdsHasBeenSet =
false;
258 bool m_ownersHasBeenSet =
false;
260 bool m_includeDeprecated{
false};
261 bool m_includeDeprecatedHasBeenSet =
false;
263 bool m_includeDisabled{
false};
264 bool m_includeDisabledHasBeenSet =
false;
267 bool m_maxResultsHasBeenSet =
false;
270 bool m_nextTokenHasBeenSet =
false;
272 bool m_dryRun{
false};
273 bool m_dryRunHasBeenSet =
false;
276 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