7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/PagerDutyIncidentDetail.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
61 template<
typename MetricDefinitionT = Aws::String>
62 void SetMetricDefinition(MetricDefinitionT&& value) { m_metricDefinitionHasBeenSet =
true; m_metricDefinition = std::forward<MetricDefinitionT>(value); }
63 template<
typename MetricDefinitionT = Aws::String>
73 template<
typename PagerDutyInc
identDetailT = PagerDutyInc
identDetail>
74 void SetPagerDutyIncidentDetail(PagerDutyIncidentDetailT&& value) { m_pagerDutyIncidentDetailHasBeenSet =
true; m_pagerDutyIncidentDetail = std::forward<PagerDutyIncidentDetailT>(value); }
75 template<
typename PagerDutyInc
identDetailT = PagerDutyInc
identDetail>
85 template<
typename UrlT = Aws::String>
86 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
87 template<
typename UrlT = Aws::String>
93 bool m_arnHasBeenSet =
false;
96 bool m_metricDefinitionHasBeenSet =
false;
99 bool m_pagerDutyIncidentDetailHasBeenSet =
false;
102 bool m_urlHasBeenSet =
false;
ItemValue & WithPagerDutyIncidentDetail(PagerDutyIncidentDetailT &&value)
void SetUrl(UrlT &&value)
AWS_SSMINCIDENTS_API ItemValue()=default
const Aws::String & GetMetricDefinition() const
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUrl() const
ItemValue & WithArn(ArnT &&value)
const PagerDutyIncidentDetail & GetPagerDutyIncidentDetail() const
bool MetricDefinitionHasBeenSet() const
bool ArnHasBeenSet() const
ItemValue & WithUrl(UrlT &&value)
void SetMetricDefinition(MetricDefinitionT &&value)
AWS_SSMINCIDENTS_API ItemValue & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UrlHasBeenSet() const
void SetArn(ArnT &&value)
void SetPagerDutyIncidentDetail(PagerDutyIncidentDetailT &&value)
const Aws::String & GetArn() const
ItemValue & WithMetricDefinition(MetricDefinitionT &&value)
bool PagerDutyIncidentDetailHasBeenSet() const
AWS_SSMINCIDENTS_API ItemValue(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue