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>
53 template<
typename BucketT = Aws::String>
54 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
55 template<
typename BucketT = Aws::String>
61 bool m_bucketHasBeenSet =
false;
void SetBucket(BucketT &&value)
AWS_SES_API InvalidS3ConfigurationException()=default
bool BucketHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SES_API InvalidS3ConfigurationException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InvalidS3ConfigurationException & WithBucket(BucketT &&value)
const Aws::String & GetBucket() const
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