7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ContactChannelIdT = Aws::String>
48 void SetContactChannelId(ContactChannelIdT&& value) { m_contactChannelIdHasBeenSet =
true; m_contactChannelId = std::forward<ContactChannelIdT>(value); }
49 template<
typename ContactChannelIdT = Aws::String>
66 bool m_contactChannelIdHasBeenSet =
false;
68 int m_retryIntervalInMinutes{0};
69 bool m_retryIntervalInMinutesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue