7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/ExperimentCloudWatchLogsLogConfiguration.h>
9#include <aws/fis/model/ExperimentS3LogConfiguration.h>
72 inline void SetLogSchemaVersion(
int value) { m_logSchemaVersionHasBeenSet =
true; m_logSchemaVersion = value; }
78 bool m_cloudWatchLogsConfigurationHasBeenSet =
false;
81 bool m_s3ConfigurationHasBeenSet =
false;
83 int m_logSchemaVersion;
84 bool m_logSchemaVersionHasBeenSet =
false;
void SetS3Configuration(const ExperimentS3LogConfiguration &value)
const ExperimentCloudWatchLogsLogConfiguration & GetCloudWatchLogsConfiguration() const
void SetCloudWatchLogsConfiguration(ExperimentCloudWatchLogsLogConfiguration &&value)
void SetS3Configuration(ExperimentS3LogConfiguration &&value)
ExperimentLogConfiguration & WithCloudWatchLogsConfiguration(ExperimentCloudWatchLogsLogConfiguration &&value)
AWS_FIS_API ExperimentLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExperimentLogConfiguration & WithS3Configuration(const ExperimentS3LogConfiguration &value)
void SetLogSchemaVersion(int value)
bool CloudWatchLogsConfigurationHasBeenSet() const
AWS_FIS_API ExperimentLogConfiguration()
bool S3ConfigurationHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCloudWatchLogsConfiguration(const ExperimentCloudWatchLogsLogConfiguration &value)
int GetLogSchemaVersion() const
ExperimentLogConfiguration & WithS3Configuration(ExperimentS3LogConfiguration &&value)
ExperimentLogConfiguration & WithLogSchemaVersion(int value)
AWS_FIS_API ExperimentLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const ExperimentS3LogConfiguration & GetS3Configuration() const
ExperimentLogConfiguration & WithCloudWatchLogsConfiguration(const ExperimentCloudWatchLogsLogConfiguration &value)
bool LogSchemaVersionHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue