7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
62 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
70 bool m_s3BucketNameHasBeenSet =
false;
73 bool m_s3KeyPrefixHasBeenSet =
false;
void SetS3KeyPrefix(const Aws::String &value)
AWS_IMAGEBUILDER_API S3Logs & operator=(Aws::Utils::Json::JsonView jsonValue)
S3Logs & WithS3KeyPrefix(Aws::String &&value)
const Aws::String & GetS3BucketName() const
void SetS3BucketName(Aws::String &&value)
bool S3KeyPrefixHasBeenSet() const
AWS_IMAGEBUILDER_API S3Logs(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3KeyPrefix(Aws::String &&value)
void SetS3BucketName(const char *value)
S3Logs & WithS3BucketName(const Aws::String &value)
void SetS3BucketName(const Aws::String &value)
S3Logs & WithS3KeyPrefix(const Aws::String &value)
S3Logs & WithS3BucketName(const char *value)
bool S3BucketNameHasBeenSet() const
S3Logs & WithS3BucketName(Aws::String &&value)
const Aws::String & GetS3KeyPrefix() const
void SetS3KeyPrefix(const char *value)
S3Logs & WithS3KeyPrefix(const char *value)
AWS_IMAGEBUILDER_API S3Logs()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue