7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/customer-profiles/model/FlowDefinition.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace CustomerProfiles
44 template<
typename DomainNameT = Aws::String>
45 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
46 template<
typename DomainNameT = Aws::String>
56 template<
typename UriT = Aws::String>
57 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
58 template<
typename UriT = Aws::String>
68 template<
typename ObjectTypeNameT = Aws::String>
69 void SetObjectTypeName(ObjectTypeNameT&& value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
70 template<
typename ObjectTypeNameT = Aws::String>
80 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
81 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
84 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
86 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
97 template<
typename FlowDefinitionT = FlowDefinition>
98 void SetFlowDefinition(FlowDefinitionT&& value) { m_flowDefinitionHasBeenSet =
true; m_flowDefinition = std::forward<FlowDefinitionT>(value); }
99 template<
typename FlowDefinitionT = FlowDefinition>
115 template<
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
116 void SetObjectTypeNames(ObjectTypeNamesT&& value) { m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames = std::forward<ObjectTypeNamesT>(value); }
117 template<
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
119 template<
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
121 m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
return *
this;
132 template<
typename RoleArnT = Aws::String>
133 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
134 template<
typename RoleArnT = Aws::String>
145 template<
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
146 void SetEventTriggerNames(EventTriggerNamesT&& value) { m_eventTriggerNamesHasBeenSet =
true; m_eventTriggerNames = std::forward<EventTriggerNamesT>(value); }
147 template<
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
149 template<
typename EventTriggerNamesT = Aws::String>
155 bool m_domainNameHasBeenSet =
false;
158 bool m_uriHasBeenSet =
false;
161 bool m_objectTypeNameHasBeenSet =
false;
164 bool m_tagsHasBeenSet =
false;
167 bool m_flowDefinitionHasBeenSet =
false;
170 bool m_objectTypeNamesHasBeenSet =
false;
173 bool m_roleArnHasBeenSet =
false;
176 bool m_eventTriggerNamesHasBeenSet =
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 & 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 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
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