7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-contacts/model/Plan.h>
47 inline void SetContactId(
const char* value) { m_contactIdHasBeenSet =
true; m_contactId.assign(value); }
61 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
75 inline void SetPlan(
const Plan& value) { m_planHasBeenSet =
true; m_plan = value; }
76 inline void SetPlan(
Plan&& value) { m_planHasBeenSet =
true; m_plan = std::move(value); }
83 bool m_contactIdHasBeenSet =
false;
86 bool m_displayNameHasBeenSet =
false;
89 bool m_planHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String