7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename S3BucketT = Aws::String>
44 m_s3BucketHasBeenSet =
true;
45 m_s3Bucket = std::forward<S3BucketT>(value);
47 template <
typename S3BucketT = Aws::String>
60 template <
typename S3KeyT = Aws::String>
62 m_s3KeyHasBeenSet =
true;
63 m_s3Key = std::forward<S3KeyT>(value);
65 template <
typename S3KeyT = Aws::String>
67 SetS3Key(std::forward<S3KeyT>(value));
75 bool m_s3BucketHasBeenSet =
false;
76 bool m_s3KeyHasBeenSet =
false;
bool S3BucketHasBeenSet() const
const Aws::String & GetS3Key() const
UserBucket & WithS3Bucket(S3BucketT &&value)
AWS_EC2_API UserBucket(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetS3Bucket(S3BucketT &&value)
void SetS3Key(S3KeyT &&value)
AWS_EC2_API UserBucket & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool S3KeyHasBeenSet() const
AWS_EC2_API UserBucket()=default
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetS3Bucket() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
UserBucket & WithS3Key(S3KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream