AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BridgeFlowOutput.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_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 MediaConnect
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIACONNECT_API BridgeFlowOutput() = default;
36 AWS_MEDIACONNECT_API BridgeFlowOutput(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIACONNECT_API BridgeFlowOutput& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONNECT_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 BridgeFlowOutput& WithFlowArn(FlowArnT&& value) { SetFlowArn(std::forward<FlowArnT>(value)); return *this;}
52
54
57 inline const Aws::String& GetFlowSourceArn() const { return m_flowSourceArn; }
58 inline bool FlowSourceArnHasBeenSet() const { return m_flowSourceArnHasBeenSet; }
59 template<typename FlowSourceArnT = Aws::String>
60 void SetFlowSourceArn(FlowSourceArnT&& value) { m_flowSourceArnHasBeenSet = true; m_flowSourceArn = std::forward<FlowSourceArnT>(value); }
61 template<typename FlowSourceArnT = Aws::String>
62 BridgeFlowOutput& WithFlowSourceArn(FlowSourceArnT&& value) { SetFlowSourceArn(std::forward<FlowSourceArnT>(value)); return *this;}
64
66
69 inline const Aws::String& GetName() const { return m_name; }
70 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
71 template<typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
73 template<typename NameT = Aws::String>
74 BridgeFlowOutput& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
76 private:
77
78 Aws::String m_flowArn;
79 bool m_flowArnHasBeenSet = false;
80
81 Aws::String m_flowSourceArn;
82 bool m_flowSourceArnHasBeenSet = false;
83
84 Aws::String m_name;
85 bool m_nameHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace MediaConnect
90} // namespace Aws
BridgeFlowOutput & WithFlowSourceArn(FlowSourceArnT &&value)
AWS_MEDIACONNECT_API BridgeFlowOutput()=default
const Aws::String & GetFlowSourceArn() const
BridgeFlowOutput & WithFlowArn(FlowArnT &&value)
void SetFlowSourceArn(FlowSourceArnT &&value)
BridgeFlowOutput & WithName(NameT &&value)
AWS_MEDIACONNECT_API BridgeFlowOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API BridgeFlowOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue