7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutmetrics/model/BackTestConfiguration.h>
22namespace LookoutMetrics
48 template<
typename RoleArnT = Aws::String>
49 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
50 template<
typename RoleArnT = Aws::String>
60 template<
typename BackTestConfigurationT = BackTestConfiguration>
61 void SetBackTestConfiguration(BackTestConfigurationT&& value) { m_backTestConfigurationHasBeenSet =
true; m_backTestConfiguration = std::forward<BackTestConfigurationT>(value); }
62 template<
typename BackTestConfigurationT = BackTestConfiguration>
68 bool m_roleArnHasBeenSet =
false;
71 bool m_backTestConfigurationHasBeenSet =
false;
CloudWatchConfig & WithRoleArn(RoleArnT &&value)
bool BackTestConfigurationHasBeenSet() const
AWS_LOOKOUTMETRICS_API CloudWatchConfig()=default
CloudWatchConfig & WithBackTestConfiguration(BackTestConfigurationT &&value)
AWS_LOOKOUTMETRICS_API CloudWatchConfig(Aws::Utils::Json::JsonView jsonValue)
void SetBackTestConfiguration(BackTestConfigurationT &&value)
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
AWS_LOOKOUTMETRICS_API CloudWatchConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
const BackTestConfiguration & GetBackTestConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue