7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/SourceConnectorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CustomerProfiles
63 inline void SetConnectorProfileName(
const char* value) { m_connectorProfileNameHasBeenSet =
true; m_connectorProfileName.assign(value); }
78 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
86 bool m_sourceConnectorTypeHasBeenSet =
false;
89 bool m_connectorProfileNameHasBeenSet =
false;
92 bool m_roleArnHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowAttributes & WithSourceConnectorType(SourceConnectorType &&value)
void SetConnectorProfileName(const Aws::String &value)
void SetConnectorProfileName(Aws::String &&value)
AppflowIntegrationWorkflowAttributes & WithRoleArn(const Aws::String &value)
const Aws::String & GetRoleArn() const
AppflowIntegrationWorkflowAttributes & WithConnectorProfileName(Aws::String &&value)
bool ConnectorProfileNameHasBeenSet() const
void SetSourceConnectorType(const SourceConnectorType &value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowAttributes & WithConnectorProfileName(const Aws::String &value)
void SetSourceConnectorType(SourceConnectorType &&value)
void SetRoleArn(Aws::String &&value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes()
void SetRoleArn(const char *value)
const SourceConnectorType & GetSourceConnectorType() const
bool SourceConnectorTypeHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::String & GetConnectorProfileName() const
void SetRoleArn(const Aws::String &value)
void SetConnectorProfileName(const char *value)
AppflowIntegrationWorkflowAttributes & WithSourceConnectorType(const SourceConnectorType &value)
AppflowIntegrationWorkflowAttributes & WithConnectorProfileName(const char *value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AppflowIntegrationWorkflowAttributes & WithRoleArn(const char *value)
AppflowIntegrationWorkflowAttributes & WithRoleArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue