AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
AppflowIntegrationWorkflowAttributes.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CustomerProfiles
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes() = default;
39 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline SourceConnectorType GetSourceConnectorType() const { return m_sourceConnectorType; }
48 inline bool SourceConnectorTypeHasBeenSet() const { return m_sourceConnectorTypeHasBeenSet; }
49 inline void SetSourceConnectorType(SourceConnectorType value) { m_sourceConnectorTypeHasBeenSet = true; m_sourceConnectorType = value; }
52
54
57 inline const Aws::String& GetConnectorProfileName() const { return m_connectorProfileName; }
58 inline bool ConnectorProfileNameHasBeenSet() const { return m_connectorProfileNameHasBeenSet; }
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>
62 AppflowIntegrationWorkflowAttributes& WithConnectorProfileName(ConnectorProfileNameT&& value) { SetConnectorProfileName(std::forward<ConnectorProfileNameT>(value)); return *this;}
64
66
70 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
71 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
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>
75 AppflowIntegrationWorkflowAttributes& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
77 private:
78
80 bool m_sourceConnectorTypeHasBeenSet = false;
81
82 Aws::String m_connectorProfileName;
83 bool m_connectorProfileNameHasBeenSet = false;
84
85 Aws::String m_roleArn;
86 bool m_roleArnHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace CustomerProfiles
91} // namespace Aws
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes()=default
AppflowIntegrationWorkflowAttributes & WithSourceConnectorType(SourceConnectorType value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowAttributes & WithConnectorProfileName(ConnectorProfileNameT &&value)
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