7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-contacts/model/ContactType.h>
48 template<
typename ContactArnT = Aws::String>
49 void SetContactArn(ContactArnT&& value) { m_contactArnHasBeenSet =
true; m_contactArn = std::forward<ContactArnT>(value); }
50 template<
typename ContactArnT = Aws::String>
60 template<
typename AliasT = Aws::String>
61 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
62 template<
typename AliasT = Aws::String>
72 template<
typename DisplayNameT = Aws::String>
73 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
74 template<
typename DisplayNameT = Aws::String>
91 bool m_contactArnHasBeenSet =
false;
94 bool m_aliasHasBeenSet =
false;
97 bool m_displayNameHasBeenSet =
false;
100 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue