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
46 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
84 inline void SetObjectTypeName(
const char* value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName.assign(value); }
99 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
126 bool m_domainNameHasBeenSet =
false;
129 bool m_workflowTypeHasBeenSet =
false;
132 bool m_integrationConfigHasBeenSet =
false;
135 bool m_objectTypeNameHasBeenSet =
false;
138 bool m_roleArnHasBeenSet =
false;
141 bool m_tagsHasBeenSet =
false;
CreateIntegrationWorkflowRequest & WithRoleArn(const Aws::String &value)
bool IntegrationConfigHasBeenSet() const
void SetDomainName(const char *value)
virtual const char * GetServiceRequestName() const override
CreateIntegrationWorkflowRequest & AddTags(const Aws::String &key, const Aws::String &value)
bool DomainNameHasBeenSet() const
const Aws::String & GetRoleArn() const
CreateIntegrationWorkflowRequest & AddTags(Aws::String &&key, const Aws::String &value)
void SetObjectTypeName(const char *value)
void SetIntegrationConfig(const IntegrationConfig &value)
CreateIntegrationWorkflowRequest & WithObjectTypeName(const char *value)
CreateIntegrationWorkflowRequest & AddTags(const Aws::String &key, Aws::String &&value)
AWS_CUSTOMERPROFILES_API CreateIntegrationWorkflowRequest()
bool TagsHasBeenSet() const
void SetDomainName(Aws::String &&value)
CreateIntegrationWorkflowRequest & WithDomainName(const char *value)
CreateIntegrationWorkflowRequest & AddTags(const char *key, const char *value)
CreateIntegrationWorkflowRequest & WithIntegrationConfig(const IntegrationConfig &value)
CreateIntegrationWorkflowRequest & WithDomainName(const Aws::String &value)
CreateIntegrationWorkflowRequest & WithObjectTypeName(Aws::String &&value)
void SetWorkflowType(const WorkflowType &value)
CreateIntegrationWorkflowRequest & WithObjectTypeName(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateIntegrationWorkflowRequest & WithWorkflowType(WorkflowType &&value)
void SetRoleArn(Aws::String &&value)
CreateIntegrationWorkflowRequest & WithIntegrationConfig(IntegrationConfig &&value)
CreateIntegrationWorkflowRequest & AddTags(Aws::String &&key, const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateIntegrationWorkflowRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetObjectTypeName(Aws::String &&value)
void SetObjectTypeName(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
bool RoleArnHasBeenSet() const
void SetRoleArn(const char *value)
CreateIntegrationWorkflowRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateIntegrationWorkflowRequest & WithWorkflowType(const WorkflowType &value)
CreateIntegrationWorkflowRequest & WithRoleArn(Aws::String &&value)
void SetDomainName(const Aws::String &value)
bool ObjectTypeNameHasBeenSet() const
const WorkflowType & GetWorkflowType() const
bool WorkflowTypeHasBeenSet() const
void SetIntegrationConfig(IntegrationConfig &&value)
CreateIntegrationWorkflowRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetObjectTypeName() const
CreateIntegrationWorkflowRequest & WithDomainName(Aws::String &&value)
CreateIntegrationWorkflowRequest & WithRoleArn(const char *value)
CreateIntegrationWorkflowRequest & AddTags(const char *key, Aws::String &&value)
void SetWorkflowType(WorkflowType &&value)
const IntegrationConfig & GetIntegrationConfig() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetDomainName() const
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