7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticBeanstalk
39 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
65 inline void SetS3Key(
const char* value) { m_s3KeyHasBeenSet =
true; m_s3Key.assign(value); }
73 bool m_s3BucketHasBeenSet =
false;
76 bool m_s3KeyHasBeenSet =
false;
const Aws::String & GetS3Key() const
void SetS3Key(Aws::String &&value)
S3Location & WithS3Key(const char *value)
void SetS3Bucket(Aws::String &&value)
bool S3KeyHasBeenSet() const
AWS_ELASTICBEANSTALK_API S3Location & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
S3Location & WithS3Bucket(const char *value)
void SetS3Key(const Aws::String &value)
void SetS3Key(const char *value)
void SetS3Bucket(const char *value)
const Aws::String & GetS3Bucket() const
AWS_ELASTICBEANSTALK_API S3Location(const Aws::Utils::Xml::XmlNode &xmlNode)
S3Location & WithS3Key(Aws::String &&value)
AWS_ELASTICBEANSTALK_API S3Location()
void SetS3Bucket(const Aws::String &value)
S3Location & WithS3Bucket(const Aws::String &value)
bool S3BucketHasBeenSet() const
S3Location & WithS3Bucket(Aws::String &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
S3Location & WithS3Key(const Aws::String &value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream