AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetFlowArn(const Aws::String& value) { m_flowArnHasBeenSet = true; m_flowArn = value; }
49 inline void SetFlowArn(Aws::String&& value) { m_flowArnHasBeenSet = true; m_flowArn = std::move(value); }
50 inline void SetFlowArn(const char* value) { m_flowArnHasBeenSet = true; m_flowArn.assign(value); }
51 inline BridgeFlowSource& WithFlowArn(const Aws::String& value) { SetFlowArn(value); return *this;}
52 inline BridgeFlowSource& WithFlowArn(Aws::String&& value) { SetFlowArn(std::move(value)); return *this;}
53 inline BridgeFlowSource& WithFlowArn(const char* value) { SetFlowArn(value); return *this;}
55
57
60 inline const VpcInterfaceAttachment& GetFlowVpcInterfaceAttachment() const{ return m_flowVpcInterfaceAttachment; }
61 inline bool FlowVpcInterfaceAttachmentHasBeenSet() const { return m_flowVpcInterfaceAttachmentHasBeenSet; }
62 inline void SetFlowVpcInterfaceAttachment(const VpcInterfaceAttachment& value) { m_flowVpcInterfaceAttachmentHasBeenSet = true; m_flowVpcInterfaceAttachment = value; }
63 inline void SetFlowVpcInterfaceAttachment(VpcInterfaceAttachment&& value) { m_flowVpcInterfaceAttachmentHasBeenSet = true; m_flowVpcInterfaceAttachment = std::move(value); }
67
69
72 inline const Aws::String& GetName() const{ return m_name; }
73 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
74 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
75 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
76 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
77 inline BridgeFlowSource& WithName(const Aws::String& value) { SetName(value); return *this;}
78 inline BridgeFlowSource& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
79 inline BridgeFlowSource& WithName(const char* value) { SetName(value); return *this;}
81
83
86 inline const Aws::String& GetOutputArn() const{ return m_outputArn; }
87 inline bool OutputArnHasBeenSet() const { return m_outputArnHasBeenSet; }
88 inline void SetOutputArn(const Aws::String& value) { m_outputArnHasBeenSet = true; m_outputArn = value; }
89 inline void SetOutputArn(Aws::String&& value) { m_outputArnHasBeenSet = true; m_outputArn = std::move(value); }
90 inline void SetOutputArn(const char* value) { m_outputArnHasBeenSet = true; m_outputArn.assign(value); }
91 inline BridgeFlowSource& WithOutputArn(const Aws::String& value) { SetOutputArn(value); return *this;}
92 inline BridgeFlowSource& WithOutputArn(Aws::String&& value) { SetOutputArn(std::move(value)); return *this;}
93 inline BridgeFlowSource& WithOutputArn(const char* value) { SetOutputArn(value); return *this;}
95 private:
96
97 Aws::String m_flowArn;
98 bool m_flowArnHasBeenSet = false;
99
100 VpcInterfaceAttachment m_flowVpcInterfaceAttachment;
101 bool m_flowVpcInterfaceAttachmentHasBeenSet = false;
102
103 Aws::String m_name;
104 bool m_nameHasBeenSet = false;
105
106 Aws::String m_outputArn;
107 bool m_outputArnHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace MediaConnect
112} // namespace Aws
void SetOutputArn(const Aws::String &value)
BridgeFlowSource & WithName(const Aws::String &value)
BridgeFlowSource & WithFlowArn(Aws::String &&value)
BridgeFlowSource & WithFlowArn(const char *value)
BridgeFlowSource & WithOutputArn(Aws::String &&value)
BridgeFlowSource & WithName(const char *value)
void SetFlowArn(const Aws::String &value)
BridgeFlowSource & WithFlowArn(const Aws::String &value)
BridgeFlowSource & WithOutputArn(const char *value)
AWS_MEDIACONNECT_API BridgeFlowSource & operator=(Aws::Utils::Json::JsonView jsonValue)
BridgeFlowSource & WithOutputArn(const Aws::String &value)
const VpcInterfaceAttachment & GetFlowVpcInterfaceAttachment() const
void SetFlowVpcInterfaceAttachment(VpcInterfaceAttachment &&value)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
BridgeFlowSource & WithFlowVpcInterfaceAttachment(VpcInterfaceAttachment &&value)
BridgeFlowSource & WithName(Aws::String &&value)
AWS_MEDIACONNECT_API BridgeFlowSource(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
BridgeFlowSource & WithFlowVpcInterfaceAttachment(const VpcInterfaceAttachment &value)
void SetFlowVpcInterfaceAttachment(const VpcInterfaceAttachment &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue