7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/SourceConnectorType.h>
20namespace CustomerProfiles {
44 m_sourceConnectorTypeHasBeenSet =
true;
45 m_sourceConnectorType = value;
59 template <
typename ConnectorProfileNameT = Aws::String>
61 m_connectorProfileNameHasBeenSet =
true;
62 m_connectorProfileName = std::forward<ConnectorProfileNameT>(value);
64 template <
typename ConnectorProfileNameT = Aws::String>
78 template <
typename RoleArnT = Aws::String>
80 m_roleArnHasBeenSet =
true;
81 m_roleArn = std::forward<RoleArnT>(value);
83 template <
typename RoleArnT = Aws::String>
95 bool m_sourceConnectorTypeHasBeenSet =
false;
96 bool m_connectorProfileNameHasBeenSet =
false;
97 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