7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/ExperimentCloudWatchLogsLogConfiguration.h>
9#include <aws/fis/model/ExperimentS3LogConfiguration.h>
48 template<
typename CloudWatchLogsConfigurationT = ExperimentCloudWatchLogsLogConfiguration>
49 void SetCloudWatchLogsConfiguration(CloudWatchLogsConfigurationT&& value) { m_cloudWatchLogsConfigurationHasBeenSet =
true; m_cloudWatchLogsConfiguration = std::forward<CloudWatchLogsConfigurationT>(value); }
50 template<
typename CloudWatchLogsConfigurationT = ExperimentCloudWatchLogsLogConfiguration>
60 template<
typename S3ConfigurationT = ExperimentS3LogConfiguration>
61 void SetS3Configuration(S3ConfigurationT&& value) { m_s3ConfigurationHasBeenSet =
true; m_s3Configuration = std::forward<S3ConfigurationT>(value); }
62 template<
typename S3ConfigurationT = ExperimentS3LogConfiguration>
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{0};
84 bool m_logSchemaVersionHasBeenSet =
false;
void SetS3Configuration(S3ConfigurationT &&value)
const ExperimentCloudWatchLogsLogConfiguration & GetCloudWatchLogsConfiguration() const
AWS_FIS_API ExperimentLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExperimentLogConfiguration & WithCloudWatchLogsConfiguration(CloudWatchLogsConfigurationT &&value)
void SetLogSchemaVersion(int value)
bool CloudWatchLogsConfigurationHasBeenSet() const
void SetCloudWatchLogsConfiguration(CloudWatchLogsConfigurationT &&value)
bool S3ConfigurationHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
int GetLogSchemaVersion() const
ExperimentLogConfiguration & WithS3Configuration(S3ConfigurationT &&value)
AWS_FIS_API ExperimentLogConfiguration()=default
ExperimentLogConfiguration & WithLogSchemaVersion(int value)
AWS_FIS_API ExperimentLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const ExperimentS3LogConfiguration & GetS3Configuration() const
bool LogSchemaVersionHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue