AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
AppflowIntegrationWorkflowAttributes.h
1
6#pragma once
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>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CustomerProfiles {
21namespace Model {
22
30 public:
31 AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowAttributes() = default;
34 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline SourceConnectorType GetSourceConnectorType() const { return m_sourceConnectorType; }
42 inline bool SourceConnectorTypeHasBeenSet() const { return m_sourceConnectorTypeHasBeenSet; }
44 m_sourceConnectorTypeHasBeenSet = true;
45 m_sourceConnectorType = value;
46 }
49 return *this;
50 }
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) {
61 m_connectorProfileNameHasBeenSet = true;
62 m_connectorProfileName = std::forward<ConnectorProfileNameT>(value);
63 }
64 template <typename ConnectorProfileNameT = Aws::String>
66 SetConnectorProfileName(std::forward<ConnectorProfileNameT>(value));
67 return *this;
68 }
70
72
76 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
77 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
78 template <typename RoleArnT = Aws::String>
79 void SetRoleArn(RoleArnT&& value) {
80 m_roleArnHasBeenSet = true;
81 m_roleArn = std::forward<RoleArnT>(value);
82 }
83 template <typename RoleArnT = Aws::String>
85 SetRoleArn(std::forward<RoleArnT>(value));
86 return *this;
87 }
89 private:
91
92 Aws::String m_connectorProfileName;
93
94 Aws::String m_roleArn;
95 bool m_sourceConnectorTypeHasBeenSet = false;
96 bool m_connectorProfileNameHasBeenSet = false;
97 bool m_roleArnHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace CustomerProfiles
102} // 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