7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/DiskImageFormat.h>
10#include <aws/ec2/model/ContainerFormat.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
82 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
97 inline void SetS3Prefix(
const char* value) { m_s3PrefixHasBeenSet =
true; m_s3Prefix.assign(value); }
105 bool m_diskImageFormatHasBeenSet =
false;
108 bool m_containerFormatHasBeenSet =
false;
111 bool m_s3BucketHasBeenSet =
false;
114 bool m_s3PrefixHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetS3Bucket() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API ExportToS3TaskSpecification()
void SetS3Bucket(Aws::String &&value)
void SetS3Prefix(Aws::String &&value)
void SetS3Bucket(const char *value)
const Aws::String & GetS3Prefix() const
void SetContainerFormat(ContainerFormat &&value)
void SetDiskImageFormat(DiskImageFormat &&value)
ExportToS3TaskSpecification & WithS3Prefix(const char *value)
ExportToS3TaskSpecification & WithS3Bucket(const Aws::String &value)
ExportToS3TaskSpecification & WithContainerFormat(ContainerFormat &&value)
void SetContainerFormat(const ContainerFormat &value)
const ContainerFormat & GetContainerFormat() const
void SetS3Bucket(const Aws::String &value)
ExportToS3TaskSpecification & WithDiskImageFormat(DiskImageFormat &&value)
bool S3BucketHasBeenSet() const
void SetDiskImageFormat(const DiskImageFormat &value)
AWS_EC2_API ExportToS3TaskSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ExportToS3TaskSpecification & WithS3Bucket(Aws::String &&value)
ExportToS3TaskSpecification & WithDiskImageFormat(const DiskImageFormat &value)
AWS_EC2_API ExportToS3TaskSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
ExportToS3TaskSpecification & WithS3Prefix(Aws::String &&value)
bool ContainerFormatHasBeenSet() const
const DiskImageFormat & GetDiskImageFormat() const
ExportToS3TaskSpecification & WithS3Bucket(const char *value)
ExportToS3TaskSpecification & WithS3Prefix(const Aws::String &value)
void SetS3Prefix(const Aws::String &value)
bool S3PrefixHasBeenSet() const
bool DiskImageFormatHasBeenSet() const
void SetS3Prefix(const char *value)
ExportToS3TaskSpecification & WithContainerFormat(const ContainerFormat &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream