AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateBridgeFlowSourceRequest.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
33 {
34 public:
35 AWS_MEDIACONNECT_API UpdateBridgeFlowSourceRequest() = default;
38 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
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 UpdateBridgeFlowSourceRequest& 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 UpdateBridgeFlowSourceRequest& WithFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT&& value) { SetFlowVpcInterfaceAttachment(std::forward<FlowVpcInterfaceAttachmentT>(value)); return *this;}
65 private:
66
67 Aws::String m_flowArn;
68 bool m_flowArnHasBeenSet = false;
69
70 VpcInterfaceAttachment m_flowVpcInterfaceAttachment;
71 bool m_flowVpcInterfaceAttachmentHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace MediaConnect
76} // namespace Aws
AWS_MEDIACONNECT_API UpdateBridgeFlowSourceRequest()=default
void SetFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT &&value)
AWS_MEDIACONNECT_API UpdateBridgeFlowSourceRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateBridgeFlowSourceRequest & WithFlowArn(FlowArnT &&value)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONNECT_API UpdateBridgeFlowSourceRequest(Aws::Utils::Json::JsonView jsonValue)
UpdateBridgeFlowSourceRequest & WithFlowVpcInterfaceAttachment(FlowVpcInterfaceAttachmentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue