7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/MarketType.h>
10#include <aws/ec2/model/SpotMarketOptions.h>
70 bool m_marketTypeHasBeenSet =
false;
73 bool m_spotOptionsHasBeenSet =
false;
const MarketType & GetMarketType() const
bool SpotOptionsHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
InstanceMarketOptionsRequest & WithMarketType(MarketType &&value)
void SetSpotOptions(SpotMarketOptions &&value)
AWS_EC2_API InstanceMarketOptionsRequest()
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetMarketType(MarketType &&value)
void SetSpotOptions(const SpotMarketOptions &value)
AWS_EC2_API InstanceMarketOptionsRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MarketTypeHasBeenSet() const
InstanceMarketOptionsRequest & WithSpotOptions(SpotMarketOptions &&value)
AWS_EC2_API InstanceMarketOptionsRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
InstanceMarketOptionsRequest & WithSpotOptions(const SpotMarketOptions &value)
void SetMarketType(const MarketType &value)
const SpotMarketOptions & GetSpotOptions() const
InstanceMarketOptionsRequest & WithMarketType(const MarketType &value)
std::basic_ostream< char, std::char_traits< char > > OStream