7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
46 inline void SetContactId(
const char* value) { m_contactIdHasBeenSet =
true; m_contactId.assign(value); }
60 inline void SetSender(
const char* value) { m_senderHasBeenSet =
true; m_sender.assign(value); }
75 inline void SetSubject(
const char* value) { m_subjectHasBeenSet =
true; m_subject.assign(value); }
90 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
105 inline void SetPublicSubject(
const char* value) { m_publicSubjectHasBeenSet =
true; m_publicSubject.assign(value); }
120 inline void SetPublicContent(
const char* value) { m_publicContentHasBeenSet =
true; m_publicContent.assign(value); }
134 inline void SetIncidentId(
const char* value) { m_incidentIdHasBeenSet =
true; m_incidentId.assign(value); }
149 inline void SetIdempotencyToken(
const char* value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken.assign(value); }
157 bool m_contactIdHasBeenSet =
false;
160 bool m_senderHasBeenSet =
false;
163 bool m_subjectHasBeenSet =
false;
166 bool m_contentHasBeenSet =
false;
169 bool m_publicSubjectHasBeenSet =
false;
172 bool m_publicContentHasBeenSet =
false;
175 bool m_incidentIdHasBeenSet =
false;
178 bool m_idempotencyTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String