7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Endpoint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/connect/model/Campaign.h>
51 template<
typename SystemEndpo
intT = Endpo
int>
52 void SetSystemEndpoint(SystemEndpointT&& value) { m_systemEndpointHasBeenSet =
true; m_systemEndpoint = std::forward<SystemEndpointT>(value); }
53 template<
typename SystemEndpo
intT = Endpo
int>
63 template<
typename CustomerEndpo
intT = Endpo
int>
64 void SetCustomerEndpoint(CustomerEndpointT&& value) { m_customerEndpointHasBeenSet =
true; m_customerEndpoint = std::forward<CustomerEndpointT>(value); }
65 template<
typename CustomerEndpo
intT = Endpo
int>
75 template<
typename RequestIdentifierT = Aws::String>
76 void SetRequestIdentifier(RequestIdentifierT&& value) { m_requestIdentifierHasBeenSet =
true; m_requestIdentifier = std::forward<RequestIdentifierT>(value); }
77 template<
typename RequestIdentifierT = Aws::String>
88 template<
typename QueueIdT = Aws::String>
89 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
90 template<
typename QueueIdT = Aws::String>
100 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
101 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
102 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
106 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
116 template<
typename CampaignT = Campaign>
117 void SetCampaign(CampaignT&& value) { m_campaignHasBeenSet =
true; m_campaign = std::forward<CampaignT>(value); }
118 template<
typename CampaignT = Campaign>
124 bool m_systemEndpointHasBeenSet =
false;
127 bool m_customerEndpointHasBeenSet =
false;
130 bool m_requestIdentifierHasBeenSet =
false;
133 bool m_queueIdHasBeenSet =
false;
136 bool m_attributesHasBeenSet =
false;
139 bool m_campaignHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue