7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/IntegrationConfig.h>
12#include <aws/customer-profiles/model/WorkflowType.h>
17namespace CustomerProfiles {
40 template <
typename DomainNameT = Aws::String>
42 m_domainNameHasBeenSet =
true;
43 m_domainName = std::forward<DomainNameT>(value);
45 template <
typename DomainNameT = Aws::String>
59 m_workflowTypeHasBeenSet =
true;
60 m_workflowType = value;
74 template <
typename IntegrationConfigT = IntegrationConfig>
76 m_integrationConfigHasBeenSet =
true;
77 m_integrationConfig = std::forward<IntegrationConfigT>(value);
79 template <
typename IntegrationConfigT = IntegrationConfig>
92 template <
typename ObjectTypeNameT = Aws::String>
94 m_objectTypeNameHasBeenSet =
true;
95 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
97 template <
typename ObjectTypeNameT = Aws::String>
111 template <
typename RoleArnT = Aws::String>
113 m_roleArnHasBeenSet =
true;
114 m_roleArn = std::forward<RoleArnT>(value);
116 template <
typename RoleArnT = Aws::String>
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 m_tagsHasBeenSet =
true;
132 m_tags = std::forward<TagsT>(value);
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 SetTags(std::forward<TagsT>(value));
139 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
141 m_tagsHasBeenSet =
true;
142 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
151 IntegrationConfig m_integrationConfig;
158 bool m_domainNameHasBeenSet =
false;
159 bool m_workflowTypeHasBeenSet =
false;
160 bool m_integrationConfigHasBeenSet =
false;
161 bool m_objectTypeNameHasBeenSet =
false;
162 bool m_roleArnHasBeenSet =
false;
163 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