7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/customer-profiles/CustomerProfilesRequest.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
12#include <aws/customer-profiles/model/FlowDefinition.h>
13#include <aws/customer-profiles/model/Scope.h>
18namespace CustomerProfiles {
41 template <
typename DomainNameT = Aws::String>
43 m_domainNameHasBeenSet =
true;
44 m_domainName = std::forward<DomainNameT>(value);
46 template <
typename DomainNameT = Aws::String>
59 template <
typename UriT = Aws::String>
61 m_uriHasBeenSet =
true;
62 m_uri = std::forward<UriT>(value);
64 template <
typename UriT = Aws::String>
66 SetUri(std::forward<UriT>(value));
77 template <
typename ObjectTypeNameT = Aws::String>
79 m_objectTypeNameHasBeenSet =
true;
80 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
82 template <
typename ObjectTypeNameT = Aws::String>
101 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
103 m_objectTypeNamesHasBeenSet =
true;
104 m_objectTypeNames = std::forward<ObjectTypeNamesT>(value);
106 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
111 template <
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
113 m_objectTypeNamesHasBeenSet =
true;
114 m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
125 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 m_tagsHasBeenSet =
true;
128 m_tags = std::forward<TagsT>(value);
130 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 SetTags(std::forward<TagsT>(value));
135 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
137 m_tagsHasBeenSet =
true;
138 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
150 template <
typename FlowDefinitionT = FlowDefinition>
152 m_flowDefinitionHasBeenSet =
true;
153 m_flowDefinition = std::forward<FlowDefinitionT>(value);
155 template <
typename FlowDefinitionT = FlowDefinition>
169 template <
typename RoleArnT = Aws::String>
171 m_roleArnHasBeenSet =
true;
172 m_roleArn = std::forward<RoleArnT>(value);
174 template <
typename RoleArnT = Aws::String>
188 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
190 m_eventTriggerNamesHasBeenSet =
true;
191 m_eventTriggerNames = std::forward<EventTriggerNamesT>(value);
193 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
198 template <
typename EventTriggerNamesT = Aws::String>
200 m_eventTriggerNamesHasBeenSet =
true;
201 m_eventTriggerNames.emplace_back(std::forward<EventTriggerNamesT>(value));
215 m_scopeHasBeenSet =
true;
241 bool m_domainNameHasBeenSet =
false;
242 bool m_uriHasBeenSet =
false;
243 bool m_objectTypeNameHasBeenSet =
false;
244 bool m_objectTypeNamesHasBeenSet =
false;
245 bool m_tagsHasBeenSet =
false;
246 bool m_flowDefinitionHasBeenSet =
false;
247 bool m_roleArnHasBeenSet =
false;
248 bool m_eventTriggerNamesHasBeenSet =
false;
249 bool m_scopeHasBeenSet =
false;
bool FlowDefinitionHasBeenSet() const
bool ObjectTypeNamesHasBeenSet() const
void SetUri(UriT &&value)
void SetDomainName(DomainNameT &&value)
void SetRoleArn(RoleArnT &&value)
PutIntegrationRequest & WithRoleArn(RoleArnT &&value)
PutIntegrationRequest & WithFlowDefinition(FlowDefinitionT &&value)
void SetEventTriggerNames(EventTriggerNamesT &&value)
PutIntegrationRequest & WithScope(Scope value)
PutIntegrationRequest & WithObjectTypeNames(ObjectTypeNamesT &&value)
const Aws::String & GetRoleArn() const
const Aws::Vector< Aws::String > & GetEventTriggerNames() const
bool DomainNameHasBeenSet() const
PutIntegrationRequest & WithEventTriggerNames(EventTriggerNamesT &&value)
PutIntegrationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool ScopeHasBeenSet() const
bool ObjectTypeNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
PutIntegrationRequest & WithObjectTypeName(ObjectTypeNameT &&value)
bool EventTriggerNamesHasBeenSet() const
PutIntegrationRequest & WithDomainName(DomainNameT &&value)
const FlowDefinition & GetFlowDefinition() const
const Aws::String & GetDomainName() const
PutIntegrationRequest & AddEventTriggerNames(EventTriggerNamesT &&value)
const Aws::String & GetObjectTypeName() const
AWS_CUSTOMERPROFILES_API PutIntegrationRequest()=default
void SetTags(TagsT &&value)
bool RoleArnHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
PutIntegrationRequest & WithUri(UriT &&value)
void SetFlowDefinition(FlowDefinitionT &&value)
bool TagsHasBeenSet() const
void SetScope(Scope value)
const Aws::Map< Aws::String, Aws::String > & GetObjectTypeNames() const
PutIntegrationRequest & AddObjectTypeNames(ObjectTypeNamesKeyT &&key, ObjectTypeNamesValueT &&value)
void SetObjectTypeName(ObjectTypeNameT &&value)
const Aws::String & GetUri() const
bool UriHasBeenSet() const
void SetObjectTypeNames(ObjectTypeNamesT &&value)
PutIntegrationRequest & WithTags(TagsT &&value)
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