7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/EmailAddressInfo.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/connect/model/InboundEmailContent.h>
13#include <aws/connect/model/InboundAdditionalRecipients.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/connect/model/Reference.h>
16#include <aws/connect/model/EmailAttachment.h>
17#include <aws/connect/model/SegmentAttributeValue.h>
19#include <aws/core/utils/UUID.h>
52 template<
typename InstanceIdT = Aws::String>
53 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
54 template<
typename InstanceIdT = Aws::String>
64 template<
typename FromEmailAddressT = EmailAddressInfo>
65 void SetFromEmailAddress(FromEmailAddressT&& value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress = std::forward<FromEmailAddressT>(value); }
66 template<
typename FromEmailAddressT = EmailAddressInfo>
76 template<
typename DestinationEmailAddressT = Aws::String>
77 void SetDestinationEmailAddress(DestinationEmailAddressT&& value) { m_destinationEmailAddressHasBeenSet =
true; m_destinationEmailAddress = std::forward<DestinationEmailAddressT>(value); }
78 template<
typename DestinationEmailAddressT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
105 template<
typename ReferencesT = Aws::Map<Aws::String, Reference>>
106 void SetReferences(ReferencesT&& value) { m_referencesHasBeenSet =
true; m_references = std::forward<ReferencesT>(value); }
107 template<
typename ReferencesT = Aws::Map<Aws::String, Reference>>
109 template<
typename ReferencesKeyT = Aws::String,
typename ReferencesValueT = Reference>
111 m_referencesHasBeenSet =
true; m_references.emplace(std::forward<ReferencesKeyT>(key), std::forward<ReferencesValueT>(value));
return *
this;
122 template<
typename NameT = Aws::String>
123 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
124 template<
typename NameT = Aws::String>
134 template<
typename EmailMessageT = InboundEmailContent>
135 void SetEmailMessage(EmailMessageT&& value) { m_emailMessageHasBeenSet =
true; m_emailMessage = std::forward<EmailMessageT>(value); }
136 template<
typename EmailMessageT = InboundEmailContent>
146 template<
typename AdditionalRecipientsT = InboundAdditionalRecipients>
147 void SetAdditionalRecipients(AdditionalRecipientsT&& value) { m_additionalRecipientsHasBeenSet =
true; m_additionalRecipients = std::forward<AdditionalRecipientsT>(value); }
148 template<
typename AdditionalRecipientsT = InboundAdditionalRecipients>
158 template<
typename AttachmentsT = Aws::Vector<EmailAttachment>>
159 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
160 template<
typename AttachmentsT = Aws::Vector<EmailAttachment>>
162 template<
typename AttachmentsT = EmailAttachment>
178 template<
typename ContactFlowIdT = Aws::String>
179 void SetContactFlowId(ContactFlowIdT&& value) { m_contactFlowIdHasBeenSet =
true; m_contactFlowId = std::forward<ContactFlowIdT>(value); }
180 template<
typename ContactFlowIdT = Aws::String>
195 template<
typename RelatedContactIdT = Aws::String>
196 void SetRelatedContactId(RelatedContactIdT&& value) { m_relatedContactIdHasBeenSet =
true; m_relatedContactId = std::forward<RelatedContactIdT>(value); }
197 template<
typename RelatedContactIdT = Aws::String>
211 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
212 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
213 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
215 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
217 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
235 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
236 void SetSegmentAttributes(SegmentAttributesT&& value) { m_segmentAttributesHasBeenSet =
true; m_segmentAttributes = std::forward<SegmentAttributesT>(value); }
237 template<
typename SegmentAttributesT = Aws::Map<Aws::String, SegmentAttributeValue>>
239 template<
typename SegmentAttributesKeyT = Aws::String,
typename SegmentAttributesValueT = SegmentAttributeValue>
241 m_segmentAttributesHasBeenSet =
true; m_segmentAttributes.emplace(std::forward<SegmentAttributesKeyT>(key), std::forward<SegmentAttributesValueT>(value));
return *
this;
255 template<
typename ClientTokenT = Aws::String>
256 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
257 template<
typename ClientTokenT = Aws::String>
263 bool m_instanceIdHasBeenSet =
false;
266 bool m_fromEmailAddressHasBeenSet =
false;
269 bool m_destinationEmailAddressHasBeenSet =
false;
272 bool m_descriptionHasBeenSet =
false;
275 bool m_referencesHasBeenSet =
false;
278 bool m_nameHasBeenSet =
false;
281 bool m_emailMessageHasBeenSet =
false;
284 bool m_additionalRecipientsHasBeenSet =
false;
287 bool m_attachmentsHasBeenSet =
false;
290 bool m_contactFlowIdHasBeenSet =
false;
293 bool m_relatedContactIdHasBeenSet =
false;
296 bool m_attributesHasBeenSet =
false;
299 bool m_segmentAttributesHasBeenSet =
false;
302 bool m_clientTokenHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector