7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
65 inline void SetS3Prefix(
const char* value) { m_s3PrefixHasBeenSet =
true; m_s3Prefix.assign(value); }
73 bool m_s3BucketHasBeenSet =
false;
76 bool m_s3PrefixHasBeenSet =
false;
ExportTaskS3Location & WithS3Bucket(const char *value)
void SetS3Bucket(const Aws::String &value)
AWS_EC2_API ExportTaskS3Location(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetS3Bucket(Aws::String &&value)
bool S3PrefixHasBeenSet() const
void SetS3Prefix(const char *value)
ExportTaskS3Location & WithS3Bucket(const Aws::String &value)
ExportTaskS3Location & WithS3Prefix(Aws::String &&value)
void SetS3Prefix(Aws::String &&value)
AWS_EC2_API ExportTaskS3Location & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ExportTaskS3Location & WithS3Prefix(const char *value)
bool S3BucketHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ExportTaskS3Location & WithS3Bucket(Aws::String &&value)
ExportTaskS3Location & WithS3Prefix(const Aws::String &value)
const Aws::String & GetS3Prefix() const
AWS_EC2_API ExportTaskS3Location()
void SetS3Prefix(const Aws::String &value)
void SetS3Bucket(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetS3Bucket() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream