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
59 template<
typename ConnectorProfileNameT = Aws::String>
60 void SetConnectorProfileName(ConnectorProfileNameT&& value) { m_connectorProfileNameHasBeenSet =
true; m_connectorProfileName = std::forward<ConnectorProfileNameT>(value); }
61 template<
typename ConnectorProfileNameT = Aws::String>
72 template<
typename RoleArnT = Aws::String>
73 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
74 template<
typename RoleArnT = Aws::String>
80 bool m_sourceConnectorTypeHasBeenSet =
false;
83 bool m_connectorProfileNameHasBeenSet =
false;
86 bool m_roleArnHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowAttributes & WithRoleArn(RoleArnT &&value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes()=default
const Aws::String & GetRoleArn() const
AppflowIntegrationWorkflowAttributes & WithSourceConnectorType(SourceConnectorType value)
void SetSourceConnectorType(SourceConnectorType value)
bool ConnectorProfileNameHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowAttributes & WithConnectorProfileName(ConnectorProfileNameT &&value)
void SetConnectorProfileName(ConnectorProfileNameT &&value)
bool SourceConnectorTypeHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::String & GetConnectorProfileName() const
SourceConnectorType GetSourceConnectorType() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue