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>
44 template<
typename ContactIdT = Aws::String>
45 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
46 template<
typename ContactIdT = Aws::String>
56 template<
typename SenderT = Aws::String>
57 void SetSender(SenderT&& value) { m_senderHasBeenSet =
true; m_sender = std::forward<SenderT>(value); }
58 template<
typename SenderT = Aws::String>
69 template<
typename SubjectT = Aws::String>
70 void SetSubject(SubjectT&& value) { m_subjectHasBeenSet =
true; m_subject = std::forward<SubjectT>(value); }
71 template<
typename SubjectT = Aws::String>
82 template<
typename ContentT = Aws::String>
83 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
84 template<
typename ContentT = Aws::String>
95 template<
typename PublicSubjectT = Aws::String>
96 void SetPublicSubject(PublicSubjectT&& value) { m_publicSubjectHasBeenSet =
true; m_publicSubject = std::forward<PublicSubjectT>(value); }
97 template<
typename PublicSubjectT = Aws::String>
108 template<
typename PublicContentT = Aws::String>
109 void SetPublicContent(PublicContentT&& value) { m_publicContentHasBeenSet =
true; m_publicContent = std::forward<PublicContentT>(value); }
110 template<
typename PublicContentT = Aws::String>
120 template<
typename Inc
identIdT = Aws::String>
121 void SetIncidentId(IncidentIdT&& value) { m_incidentIdHasBeenSet =
true; m_incidentId = std::forward<IncidentIdT>(value); }
122 template<
typename Inc
identIdT = Aws::String>
133 template<
typename IdempotencyTokenT = Aws::String>
134 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
135 template<
typename IdempotencyTokenT = Aws::String>
141 bool m_contactIdHasBeenSet =
false;
144 bool m_senderHasBeenSet =
false;
147 bool m_subjectHasBeenSet =
false;
150 bool m_contentHasBeenSet =
false;
153 bool m_publicSubjectHasBeenSet =
false;
156 bool m_publicContentHasBeenSet =
false;
159 bool m_incidentIdHasBeenSet =
false;
162 bool m_idempotencyTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String