7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/PagerDutyIncidentConfiguration.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename PagerDutyInc
identConfigurationT = PagerDutyInc
identConfiguration>
61 void SetPagerDutyIncidentConfiguration(PagerDutyIncidentConfigurationT&& value) { m_pagerDutyIncidentConfigurationHasBeenSet =
true; m_pagerDutyIncidentConfiguration = std::forward<PagerDutyIncidentConfigurationT>(value); }
62 template<
typename PagerDutyInc
identConfigurationT = PagerDutyInc
identConfiguration>
74 template<
typename SecretIdT = Aws::String>
75 void SetSecretId(SecretIdT&& value) { m_secretIdHasBeenSet =
true; m_secretId = std::forward<SecretIdT>(value); }
76 template<
typename SecretIdT = Aws::String>
82 bool m_nameHasBeenSet =
false;
85 bool m_pagerDutyIncidentConfigurationHasBeenSet =
false;
88 bool m_secretIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue