AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GatewayBridgeSource.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 GatewayBridgeSource();
37 AWS_MEDIACONNECT_API GatewayBridgeSource(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetBridgeArn() const{ return m_bridgeArn; }
47 inline bool BridgeArnHasBeenSet() const { return m_bridgeArnHasBeenSet; }
48 inline void SetBridgeArn(const Aws::String& value) { m_bridgeArnHasBeenSet = true; m_bridgeArn = value; }
49 inline void SetBridgeArn(Aws::String&& value) { m_bridgeArnHasBeenSet = true; m_bridgeArn = std::move(value); }
50 inline void SetBridgeArn(const char* value) { m_bridgeArnHasBeenSet = true; m_bridgeArn.assign(value); }
51 inline GatewayBridgeSource& WithBridgeArn(const Aws::String& value) { SetBridgeArn(value); return *this;}
52 inline GatewayBridgeSource& WithBridgeArn(Aws::String&& value) { SetBridgeArn(std::move(value)); return *this;}
53 inline GatewayBridgeSource& WithBridgeArn(const char* value) { SetBridgeArn(value); return *this;}
55
57
60 inline const VpcInterfaceAttachment& GetVpcInterfaceAttachment() const{ return m_vpcInterfaceAttachment; }
61 inline bool VpcInterfaceAttachmentHasBeenSet() const { return m_vpcInterfaceAttachmentHasBeenSet; }
62 inline void SetVpcInterfaceAttachment(const VpcInterfaceAttachment& value) { m_vpcInterfaceAttachmentHasBeenSet = true; m_vpcInterfaceAttachment = value; }
63 inline void SetVpcInterfaceAttachment(VpcInterfaceAttachment&& value) { m_vpcInterfaceAttachmentHasBeenSet = true; m_vpcInterfaceAttachment = std::move(value); }
67 private:
68
69 Aws::String m_bridgeArn;
70 bool m_bridgeArnHasBeenSet = false;
71
72 VpcInterfaceAttachment m_vpcInterfaceAttachment;
73 bool m_vpcInterfaceAttachmentHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MediaConnect
78} // namespace Aws
GatewayBridgeSource & WithBridgeArn(const Aws::String &value)
GatewayBridgeSource & WithVpcInterfaceAttachment(const VpcInterfaceAttachment &value)
GatewayBridgeSource & WithBridgeArn(Aws::String &&value)
GatewayBridgeSource & WithBridgeArn(const char *value)
AWS_MEDIACONNECT_API GatewayBridgeSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API GatewayBridgeSource(Aws::Utils::Json::JsonView jsonValue)
const VpcInterfaceAttachment & GetVpcInterfaceAttachment() const
void SetVpcInterfaceAttachment(VpcInterfaceAttachment &&value)
void SetVpcInterfaceAttachment(const VpcInterfaceAttachment &value)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
GatewayBridgeSource & WithVpcInterfaceAttachment(VpcInterfaceAttachment &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue