7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
55 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
63 bool m_bucketHasBeenSet =
false;
void SetBucket(const char *value)
InvalidS3ConfigurationException & WithBucket(Aws::String &&value)
void SetBucket(const Aws::String &value)
bool BucketHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetBucket(Aws::String &&value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
InvalidS3ConfigurationException & WithBucket(const char *value)
InvalidS3ConfigurationException & WithBucket(const Aws::String &value)
AWS_SES_API InvalidS3ConfigurationException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetBucket() const
AWS_SES_API InvalidS3ConfigurationException()
AWS_SES_API InvalidS3ConfigurationException(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream