AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateFlowEntitlementResult.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/Entitlement.h>
9#include <aws/core/utils/memory/stl/AWSString.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 UpdateFlowEntitlementResult();
34
35
37
40 inline const Entitlement& GetEntitlement() const{ return m_entitlement; }
41 inline void SetEntitlement(const Entitlement& value) { m_entitlement = value; }
42 inline void SetEntitlement(Entitlement&& value) { m_entitlement = std::move(value); }
43 inline UpdateFlowEntitlementResult& WithEntitlement(const Entitlement& value) { SetEntitlement(value); return *this;}
44 inline UpdateFlowEntitlementResult& WithEntitlement(Entitlement&& value) { SetEntitlement(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetFlowArn() const{ return m_flowArn; }
52 inline void SetFlowArn(const Aws::String& value) { m_flowArn = value; }
53 inline void SetFlowArn(Aws::String&& value) { m_flowArn = std::move(value); }
54 inline void SetFlowArn(const char* value) { m_flowArn.assign(value); }
55 inline UpdateFlowEntitlementResult& WithFlowArn(const Aws::String& value) { SetFlowArn(value); return *this;}
56 inline UpdateFlowEntitlementResult& WithFlowArn(Aws::String&& value) { SetFlowArn(std::move(value)); return *this;}
57 inline UpdateFlowEntitlementResult& WithFlowArn(const char* value) { SetFlowArn(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline UpdateFlowEntitlementResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline UpdateFlowEntitlementResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline UpdateFlowEntitlementResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Entitlement m_entitlement;
73
74 Aws::String m_flowArn;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace MediaConnect
81} // namespace Aws
AWS_MEDIACONNECT_API UpdateFlowEntitlementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFlowEntitlementResult & WithEntitlement(Entitlement &&value)
UpdateFlowEntitlementResult & WithRequestId(const char *value)
UpdateFlowEntitlementResult & WithRequestId(const Aws::String &value)
UpdateFlowEntitlementResult & WithFlowArn(Aws::String &&value)
UpdateFlowEntitlementResult & WithFlowArn(const Aws::String &value)
AWS_MEDIACONNECT_API UpdateFlowEntitlementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFlowEntitlementResult & WithRequestId(Aws::String &&value)
UpdateFlowEntitlementResult & WithFlowArn(const char *value)
UpdateFlowEntitlementResult & WithEntitlement(const Entitlement &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue