7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/CreationDateConditionRequest.h>
12#include <aws/ec2/model/DeprecationTimeConditionRequest.h>
64 template <
typename ImageProv
idersT = Aws::Vector<Aws::String>>
66 m_imageProvidersHasBeenSet =
true;
67 m_imageProviders = std::forward<ImageProvidersT>(value);
69 template <
typename ImageProv
idersT = Aws::Vector<Aws::String>>
74 template <
typename ImageProv
idersT = Aws::String>
76 m_imageProvidersHasBeenSet =
true;
77 m_imageProviders.emplace_back(std::forward<ImageProvidersT>(value));
90 template <
typename MarketplaceProductCodesT = Aws::Vector<Aws::String>>
92 m_marketplaceProductCodesHasBeenSet =
true;
93 m_marketplaceProductCodes = std::forward<MarketplaceProductCodesT>(value);
95 template <
typename MarketplaceProductCodesT = Aws::Vector<Aws::String>>
100 template <
typename MarketplaceProductCodesT = Aws::String>
102 m_marketplaceProductCodesHasBeenSet =
true;
103 m_marketplaceProductCodes.emplace_back(std::forward<MarketplaceProductCodesT>(value));
119 template <
typename ImageNamesT = Aws::Vector<Aws::String>>
121 m_imageNamesHasBeenSet =
true;
122 m_imageNames = std::forward<ImageNamesT>(value);
124 template <
typename ImageNamesT = Aws::Vector<Aws::String>>
129 template <
typename ImageNamesT = Aws::String>
131 m_imageNamesHasBeenSet =
true;
132 m_imageNames.emplace_back(std::forward<ImageNamesT>(value));
143 template <
typename DeprecationTimeConditionT = DeprecationTimeConditionRequest>
145 m_deprecationTimeConditionHasBeenSet =
true;
146 m_deprecationTimeCondition = std::forward<DeprecationTimeConditionT>(value);
148 template <
typename DeprecationTimeConditionT = DeprecationTimeConditionRequest>
161 template <
typename CreationDateConditionT = CreationDateConditionRequest>
163 m_creationDateConditionHasBeenSet =
true;
164 m_creationDateCondition = std::forward<CreationDateConditionT>(value);
166 template <
typename CreationDateConditionT = CreationDateConditionRequest>
182 bool m_imageProvidersHasBeenSet =
false;
183 bool m_marketplaceProductCodesHasBeenSet =
false;
184 bool m_imageNamesHasBeenSet =
false;
185 bool m_deprecationTimeConditionHasBeenSet =
false;
186 bool m_creationDateConditionHasBeenSet =
false;
void SetImageNames(ImageNamesT &&value)
bool ImageNamesHasBeenSet() const
void SetMarketplaceProductCodes(MarketplaceProductCodesT &&value)
ImageCriterionRequest & WithImageNames(ImageNamesT &&value)
AWS_EC2_API ImageCriterionRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API ImageCriterionRequest()=default
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Vector< Aws::String > & GetMarketplaceProductCodes() const
ImageCriterionRequest & WithCreationDateCondition(CreationDateConditionT &&value)
ImageCriterionRequest & WithMarketplaceProductCodes(MarketplaceProductCodesT &&value)
const Aws::Vector< Aws::String > & GetImageProviders() const
ImageCriterionRequest & WithImageProviders(ImageProvidersT &&value)
bool ImageProvidersHasBeenSet() const
ImageCriterionRequest & WithDeprecationTimeCondition(DeprecationTimeConditionT &&value)
void SetImageProviders(ImageProvidersT &&value)
ImageCriterionRequest & AddMarketplaceProductCodes(MarketplaceProductCodesT &&value)
const CreationDateConditionRequest & GetCreationDateCondition() const
ImageCriterionRequest & AddImageNames(ImageNamesT &&value)
void SetCreationDateCondition(CreationDateConditionT &&value)
bool MarketplaceProductCodesHasBeenSet() const
ImageCriterionRequest & AddImageProviders(ImageProvidersT &&value)
void SetDeprecationTimeCondition(DeprecationTimeConditionT &&value)
bool DeprecationTimeConditionHasBeenSet() const
bool CreationDateConditionHasBeenSet() const
const Aws::Vector< Aws::String > & GetImageNames() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const DeprecationTimeConditionRequest & GetDeprecationTimeCondition() const
AWS_EC2_API ImageCriterionRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream