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>
49 template<
typename S3BucketT = Aws::String>
50 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
51 template<
typename S3BucketT = Aws::String>
61 template<
typename S3PrefixT = Aws::String>
62 void SetS3Prefix(S3PrefixT&& value) { m_s3PrefixHasBeenSet =
true; m_s3Prefix = std::forward<S3PrefixT>(value); }
63 template<
typename S3PrefixT = Aws::String>
69 bool m_s3BucketHasBeenSet =
false;
72 bool m_s3PrefixHasBeenSet =
false;
ExportTaskS3LocationRequest & WithS3Prefix(S3PrefixT &&value)
void SetS3Bucket(S3BucketT &&value)
AWS_EC2_API ExportTaskS3LocationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API ExportTaskS3LocationRequest()=default
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool S3PrefixHasBeenSet() const
const Aws::String & GetS3Prefix() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API ExportTaskS3LocationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ExportTaskS3LocationRequest & WithS3Bucket(S3BucketT &&value)
const Aws::String & GetS3Bucket() const
void SetS3Prefix(S3PrefixT &&value)
bool S3BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream