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/customer-profiles/model/WorkflowType.h>
11#include <aws/customer-profiles/model/IntegrationConfig.h>
12#include <aws/core/utils/memory/stl/AWSMap.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>
66 template<
typename IntegrationConfigT = IntegrationConfig>
67 void SetIntegrationConfig(IntegrationConfigT&& value) { m_integrationConfigHasBeenSet =
true; m_integrationConfig = std::forward<IntegrationConfigT>(value); }
68 template<
typename IntegrationConfigT = IntegrationConfig>
78 template<
typename ObjectTypeNameT = Aws::String>
79 void SetObjectTypeName(ObjectTypeNameT&& value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
80 template<
typename ObjectTypeNameT = Aws::String>
91 template<
typename RoleArnT = Aws::String>
92 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
93 template<
typename RoleArnT = Aws::String>
103 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
105 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
109 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
115 bool m_domainNameHasBeenSet =
false;
118 bool m_workflowTypeHasBeenSet =
false;
120 IntegrationConfig m_integrationConfig;
121 bool m_integrationConfigHasBeenSet =
false;
124 bool m_objectTypeNameHasBeenSet =
false;
127 bool m_roleArnHasBeenSet =
false;
130 bool m_tagsHasBeenSet =
false;
bool IntegrationConfigHasBeenSet() const
WorkflowType GetWorkflowType() const
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetObjectTypeName(ObjectTypeNameT &&value)
CreateIntegrationWorkflowRequest & WithObjectTypeName(ObjectTypeNameT &&value)
bool TagsHasBeenSet() const
CreateIntegrationWorkflowRequest & WithRoleArn(RoleArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateIntegrationWorkflowRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateIntegrationWorkflowRequest & WithTags(TagsT &&value)
CreateIntegrationWorkflowRequest & WithIntegrationConfig(IntegrationConfigT &&value)
void SetTags(TagsT &&value)
bool RoleArnHasBeenSet() const
CreateIntegrationWorkflowRequest & WithWorkflowType(WorkflowType value)
bool ObjectTypeNameHasBeenSet() const
void SetWorkflowType(WorkflowType value)
CreateIntegrationWorkflowRequest & WithDomainName(DomainNameT &&value)
bool WorkflowTypeHasBeenSet() const
void SetIntegrationConfig(IntegrationConfigT &&value)
const Aws::String & GetObjectTypeName() const
void SetDomainName(DomainNameT &&value)
void SetRoleArn(RoleArnT &&value)
const IntegrationConfig & GetIntegrationConfig() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetDomainName() const
AWS_CUSTOMERPROFILES_API CreateIntegrationWorkflowRequest()=default
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