7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
63 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
71 bool m_bucketNameHasBeenSet =
false;
74 bool m_prefixHasBeenSet =
false;
void SetBucketName(const char *value)
AWS_FIS_API ExperimentS3LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentS3LogConfiguration & WithBucketName(const Aws::String &value)
void SetPrefix(const char *value)
const Aws::String & GetPrefix() const
void SetPrefix(const Aws::String &value)
const Aws::String & GetBucketName() const
AWS_FIS_API ExperimentS3LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExperimentS3LogConfiguration & WithPrefix(const char *value)
ExperimentS3LogConfiguration & WithPrefix(const Aws::String &value)
bool PrefixHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentS3LogConfiguration & WithBucketName(Aws::String &&value)
bool BucketNameHasBeenSet() const
void SetPrefix(Aws::String &&value)
void SetBucketName(const Aws::String &value)
ExperimentS3LogConfiguration & WithPrefix(Aws::String &&value)
void SetBucketName(Aws::String &&value)
ExperimentS3LogConfiguration & WithBucketName(const char *value)
AWS_FIS_API ExperimentS3LogConfiguration()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue