AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeregisterGatewayInstanceResult.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/InstanceState.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 DeregisterGatewayInstanceResult();
34
35
37
40 inline const Aws::String& GetGatewayInstanceArn() const{ return m_gatewayInstanceArn; }
41 inline void SetGatewayInstanceArn(const Aws::String& value) { m_gatewayInstanceArn = value; }
42 inline void SetGatewayInstanceArn(Aws::String&& value) { m_gatewayInstanceArn = std::move(value); }
43 inline void SetGatewayInstanceArn(const char* value) { m_gatewayInstanceArn.assign(value); }
46 inline DeregisterGatewayInstanceResult& WithGatewayInstanceArn(const char* value) { SetGatewayInstanceArn(value); return *this;}
48
50
53 inline const InstanceState& GetInstanceState() const{ return m_instanceState; }
54 inline void SetInstanceState(const InstanceState& value) { m_instanceState = value; }
55 inline void SetInstanceState(InstanceState&& value) { m_instanceState = std::move(value); }
57 inline DeregisterGatewayInstanceResult& WithInstanceState(InstanceState&& value) { SetInstanceState(std::move(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 DeregisterGatewayInstanceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline DeregisterGatewayInstanceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline DeregisterGatewayInstanceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 Aws::String m_gatewayInstanceArn;
73
74 InstanceState m_instanceState;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace MediaConnect
81} // namespace Aws
DeregisterGatewayInstanceResult & WithRequestId(const Aws::String &value)
DeregisterGatewayInstanceResult & WithRequestId(Aws::String &&value)
DeregisterGatewayInstanceResult & WithGatewayInstanceArn(const char *value)
DeregisterGatewayInstanceResult & WithInstanceState(InstanceState &&value)
DeregisterGatewayInstanceResult & WithInstanceState(const InstanceState &value)
AWS_MEDIACONNECT_API DeregisterGatewayInstanceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeregisterGatewayInstanceResult & WithGatewayInstanceArn(Aws::String &&value)
DeregisterGatewayInstanceResult & WithRequestId(const char *value)
DeregisterGatewayInstanceResult & WithGatewayInstanceArn(const Aws::String &value)
AWS_MEDIACONNECT_API DeregisterGatewayInstanceResult & 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