AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetFlowArn(const Aws::String& value) { m_flowArnHasBeenSet = true; m_flowArn = value; }
48 inline void SetFlowArn(Aws::String&& value) { m_flowArnHasBeenSet = true; m_flowArn = std::move(value); }
49 inline void SetFlowArn(const char* value) { m_flowArnHasBeenSet = true; m_flowArn.assign(value); }
50 inline UpdateBridgeFlowSourceRequest& WithFlowArn(const Aws::String& value) { SetFlowArn(value); return *this;}
51 inline UpdateBridgeFlowSourceRequest& WithFlowArn(Aws::String&& value) { SetFlowArn(std::move(value)); return *this;}
52 inline UpdateBridgeFlowSourceRequest& WithFlowArn(const char* value) { SetFlowArn(value); return *this;}
54
56
59 inline const VpcInterfaceAttachment& GetFlowVpcInterfaceAttachment() const{ return m_flowVpcInterfaceAttachment; }
60 inline bool FlowVpcInterfaceAttachmentHasBeenSet() const { return m_flowVpcInterfaceAttachmentHasBeenSet; }
61 inline void SetFlowVpcInterfaceAttachment(const VpcInterfaceAttachment& value) { m_flowVpcInterfaceAttachmentHasBeenSet = true; m_flowVpcInterfaceAttachment = value; }
62 inline void SetFlowVpcInterfaceAttachment(VpcInterfaceAttachment&& value) { m_flowVpcInterfaceAttachmentHasBeenSet = true; m_flowVpcInterfaceAttachment = std::move(value); }
66 private:
67
68 Aws::String m_flowArn;
69 bool m_flowArnHasBeenSet = false;
70
71 VpcInterfaceAttachment m_flowVpcInterfaceAttachment;
72 bool m_flowVpcInterfaceAttachmentHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace MediaConnect
77} // namespace Aws
UpdateBridgeFlowSourceRequest & WithFlowArn(Aws::String &&value)
AWS_MEDIACONNECT_API UpdateBridgeFlowSourceRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateBridgeFlowSourceRequest & WithFlowArn(const Aws::String &value)
AWS_MEDIACONNECT_API UpdateBridgeFlowSourceRequest(Aws::Utils::Json::JsonView jsonValue)
void SetFlowVpcInterfaceAttachment(const VpcInterfaceAttachment &value)
UpdateBridgeFlowSourceRequest & WithFlowVpcInterfaceAttachment(const VpcInterfaceAttachment &value)
UpdateBridgeFlowSourceRequest & WithFlowVpcInterfaceAttachment(VpcInterfaceAttachment &&value)
UpdateBridgeFlowSourceRequest & WithFlowArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue