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>
10#include <aws/ssm-contacts/model/Plan.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ContactArnT = Aws::String>
43 void SetContactArn(ContactArnT&& value) { m_contactArnHasBeenSet =
true; m_contactArn = std::forward<ContactArnT>(value); }
44 template<
typename ContactArnT = Aws::String>
54 template<
typename AliasT = Aws::String>
55 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
56 template<
typename AliasT = Aws::String>
65 template<
typename DisplayNameT = Aws::String>
66 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
67 template<
typename DisplayNameT = Aws::String>
87 template<
typename PlanT = Plan>
88 void SetPlan(PlanT&& value) { m_planHasBeenSet =
true; m_plan = std::forward<PlanT>(value); }
89 template<
typename PlanT = Plan>
96 template<
typename RequestIdT = Aws::String>
97 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
98 template<
typename RequestIdT = Aws::String>
104 bool m_contactArnHasBeenSet =
false;
107 bool m_aliasHasBeenSet =
false;
110 bool m_displayNameHasBeenSet =
false;
113 bool m_typeHasBeenSet =
false;
116 bool m_planHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue