7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LogGroupArnT = Aws::String>
49 void SetLogGroupArn(LogGroupArnT&& value) { m_logGroupArnHasBeenSet =
true; m_logGroupArn = std::forward<LogGroupArnT>(value); }
50 template<
typename LogGroupArnT = Aws::String>
56 bool m_logGroupArnHasBeenSet =
false;
bool LogGroupArnHasBeenSet() const
AWS_FIS_API ExperimentCloudWatchLogsLogConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API ExperimentCloudWatchLogsLogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API ExperimentCloudWatchLogsLogConfiguration()=default
void SetLogGroupArn(LogGroupArnT &&value)
ExperimentCloudWatchLogsLogConfiguration & WithLogGroupArn(LogGroupArnT &&value)
const Aws::String & GetLogGroupArn() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue