AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateBridgeSourceResult.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/BridgeSource.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace MediaConnect
25{
26namespace Model
27{
29 {
30 public:
31 AWS_MEDIACONNECT_API UpdateBridgeSourceResult();
34
35
37
40 inline const Aws::String& GetBridgeArn() const{ return m_bridgeArn; }
41 inline void SetBridgeArn(const Aws::String& value) { m_bridgeArn = value; }
42 inline void SetBridgeArn(Aws::String&& value) { m_bridgeArn = std::move(value); }
43 inline void SetBridgeArn(const char* value) { m_bridgeArn.assign(value); }
44 inline UpdateBridgeSourceResult& WithBridgeArn(const Aws::String& value) { SetBridgeArn(value); return *this;}
45 inline UpdateBridgeSourceResult& WithBridgeArn(Aws::String&& value) { SetBridgeArn(std::move(value)); return *this;}
46 inline UpdateBridgeSourceResult& WithBridgeArn(const char* value) { SetBridgeArn(value); return *this;}
48
50
51 inline const BridgeSource& GetSource() const{ return m_source; }
52 inline void SetSource(const BridgeSource& value) { m_source = value; }
53 inline void SetSource(BridgeSource&& value) { m_source = std::move(value); }
54 inline UpdateBridgeSourceResult& WithSource(const BridgeSource& value) { SetSource(value); return *this;}
55 inline UpdateBridgeSourceResult& WithSource(BridgeSource&& value) { SetSource(std::move(value)); return *this;}
57
59
60 inline const Aws::String& GetRequestId() const{ return m_requestId; }
61 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
62 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
63 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
64 inline UpdateBridgeSourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
65 inline UpdateBridgeSourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
66 inline UpdateBridgeSourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
68 private:
69
70 Aws::String m_bridgeArn;
71
72 BridgeSource m_source;
73
74 Aws::String m_requestId;
75 };
76
77} // namespace Model
78} // namespace MediaConnect
79} // namespace Aws
AWS_MEDIACONNECT_API UpdateBridgeSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBridgeSourceResult & WithSource(const BridgeSource &value)
UpdateBridgeSourceResult & WithBridgeArn(const char *value)
UpdateBridgeSourceResult & WithBridgeArn(Aws::String &&value)
UpdateBridgeSourceResult & WithRequestId(Aws::String &&value)
UpdateBridgeSourceResult & WithSource(BridgeSource &&value)
UpdateBridgeSourceResult & WithRequestId(const Aws::String &value)
UpdateBridgeSourceResult & WithRequestId(const char *value)
UpdateBridgeSourceResult & WithBridgeArn(const Aws::String &value)
AWS_MEDIACONNECT_API UpdateBridgeSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue