AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BridgeFlowSource.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconnect/model/VpcInterfaceAttachment.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 MediaConnect
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_MEDIACONNECT_API BridgeFlowSource() = default;
37 AWS_MEDIACONNECT_API BridgeFlowSource(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONNECT_API BridgeFlowSource& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetFlowArn() const { return m_flowArn; }
47 inline bool FlowArnHasBeenSet() const { return m_flowArnHasBeenSet; }
48 template<typename FlowArnT = Aws::String>
49 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet = true; m_flowArn = std::forward<FlowArnT>(value); }
50 template<typename FlowArnT = Aws::String>
51 BridgeFlowSource& WithFlowArn(FlowArnT&& value) { SetFlowArn(std::forward<FlowArnT>(value)); return *this;}
53
55
58 inline const VpcInterfaceAttachment& GetFlowVpcInterfaceAttachment() const { return m_flowVpcInterfaceAttachment; }
59 inline bool FlowVpcInterfaceAttachmentHasBeenSet() const { return m_flowVpcInterfaceAttachmentHasBeenSet; }
60 template<typename FlowVpcInterfaceAttachmentT = VpcInterfaceAttachment>
61 void SetFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT&& value) { m_flowVpcInterfaceAttachmentHasBeenSet = true; m_flowVpcInterfaceAttachment = std::forward<FlowVpcInterfaceAttachmentT>(value); }
62 template<typename FlowVpcInterfaceAttachmentT = VpcInterfaceAttachment>
63 BridgeFlowSource& WithFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT&& value) { SetFlowVpcInterfaceAttachment(std::forward<FlowVpcInterfaceAttachmentT>(value)); return *this;}
65
67
70 inline const Aws::String& GetName() const { return m_name; }
71 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
72 template<typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
74 template<typename NameT = Aws::String>
75 BridgeFlowSource& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
77
79
82 inline const Aws::String& GetOutputArn() const { return m_outputArn; }
83 inline bool OutputArnHasBeenSet() const { return m_outputArnHasBeenSet; }
84 template<typename OutputArnT = Aws::String>
85 void SetOutputArn(OutputArnT&& value) { m_outputArnHasBeenSet = true; m_outputArn = std::forward<OutputArnT>(value); }
86 template<typename OutputArnT = Aws::String>
87 BridgeFlowSource& WithOutputArn(OutputArnT&& value) { SetOutputArn(std::forward<OutputArnT>(value)); return *this;}
89 private:
90
91 Aws::String m_flowArn;
92 bool m_flowArnHasBeenSet = false;
93
94 VpcInterfaceAttachment m_flowVpcInterfaceAttachment;
95 bool m_flowVpcInterfaceAttachmentHasBeenSet = false;
96
97 Aws::String m_name;
98 bool m_nameHasBeenSet = false;
99
100 Aws::String m_outputArn;
101 bool m_outputArnHasBeenSet = false;
102 };
103
104} // namespace Model
105} // namespace MediaConnect
106} // namespace Aws
BridgeFlowSource & WithName(NameT &&value)
BridgeFlowSource & WithFlowArn(FlowArnT &&value)
void SetFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT &&value)
AWS_MEDIACONNECT_API BridgeFlowSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const VpcInterfaceAttachment & GetFlowVpcInterfaceAttachment() const
BridgeFlowSource & WithOutputArn(OutputArnT &&value)
AWS_MEDIACONNECT_API BridgeFlowSource()=default
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
BridgeFlowSource & WithFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT &&value)
AWS_MEDIACONNECT_API BridgeFlowSource(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue