AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
InputDeviceMediaConnectConfigurableSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIALIVE_API InputDeviceMediaConnectConfigurableSettings() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetFlowArn() const { return m_flowArn; }
46 inline bool FlowArnHasBeenSet() const { return m_flowArnHasBeenSet; }
47 template<typename FlowArnT = Aws::String>
48 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet = true; m_flowArn = std::forward<FlowArnT>(value); }
49 template<typename FlowArnT = Aws::String>
50 InputDeviceMediaConnectConfigurableSettings& WithFlowArn(FlowArnT&& value) { SetFlowArn(std::forward<FlowArnT>(value)); return *this;}
52
54
59 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
60 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
61 template<typename RoleArnT = Aws::String>
62 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
63 template<typename RoleArnT = Aws::String>
64 InputDeviceMediaConnectConfigurableSettings& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
66
68
72 inline const Aws::String& GetSecretArn() const { return m_secretArn; }
73 inline bool SecretArnHasBeenSet() const { return m_secretArnHasBeenSet; }
74 template<typename SecretArnT = Aws::String>
75 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet = true; m_secretArn = std::forward<SecretArnT>(value); }
76 template<typename SecretArnT = Aws::String>
77 InputDeviceMediaConnectConfigurableSettings& WithSecretArn(SecretArnT&& value) { SetSecretArn(std::forward<SecretArnT>(value)); return *this;}
79
81
84 inline const Aws::String& GetSourceName() const { return m_sourceName; }
85 inline bool SourceNameHasBeenSet() const { return m_sourceNameHasBeenSet; }
86 template<typename SourceNameT = Aws::String>
87 void SetSourceName(SourceNameT&& value) { m_sourceNameHasBeenSet = true; m_sourceName = std::forward<SourceNameT>(value); }
88 template<typename SourceNameT = Aws::String>
89 InputDeviceMediaConnectConfigurableSettings& WithSourceName(SourceNameT&& value) { SetSourceName(std::forward<SourceNameT>(value)); return *this;}
91 private:
92
93 Aws::String m_flowArn;
94 bool m_flowArnHasBeenSet = false;
95
96 Aws::String m_roleArn;
97 bool m_roleArnHasBeenSet = false;
98
99 Aws::String m_secretArn;
100 bool m_secretArnHasBeenSet = false;
101
102 Aws::String m_sourceName;
103 bool m_sourceNameHasBeenSet = false;
104 };
105
106} // namespace Model
107} // namespace MediaLive
108} // namespace Aws
InputDeviceMediaConnectConfigurableSettings & WithRoleArn(RoleArnT &&value)
InputDeviceMediaConnectConfigurableSettings & WithSourceName(SourceNameT &&value)
InputDeviceMediaConnectConfigurableSettings & WithFlowArn(FlowArnT &&value)
AWS_MEDIALIVE_API InputDeviceMediaConnectConfigurableSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API InputDeviceMediaConnectConfigurableSettings(Aws::Utils::Json::JsonView jsonValue)
InputDeviceMediaConnectConfigurableSettings & WithSecretArn(SecretArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue