7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
67 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
81 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
89 bool m_dryRunHasBeenSet =
false;
92 bool m_bucketHasBeenSet =
false;
95 bool m_prefixHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
bool PrefixHasBeenSet() const
CreateSpotDatafeedSubscriptionRequest & WithPrefix(Aws::String &&value)
AWS_EC2_API CreateSpotDatafeedSubscriptionRequest()
void SetBucket(const char *value)
void SetDryRun(bool value)
CreateSpotDatafeedSubscriptionRequest & WithPrefix(const char *value)
void SetPrefix(const char *value)
CreateSpotDatafeedSubscriptionRequest & WithPrefix(const Aws::String &value)
void SetBucket(const Aws::String &value)
void SetPrefix(const Aws::String &value)
CreateSpotDatafeedSubscriptionRequest & WithBucket(const Aws::String &value)
bool BucketHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetBucket(Aws::String &&value)
bool DryRunHasBeenSet() const
const Aws::String & GetBucket() const
virtual const char * GetServiceRequestName() const override
void SetPrefix(Aws::String &&value)
CreateSpotDatafeedSubscriptionRequest & WithDryRun(bool value)
const Aws::String & GetPrefix() const
CreateSpotDatafeedSubscriptionRequest & WithBucket(const char *value)
CreateSpotDatafeedSubscriptionRequest & WithBucket(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String