AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetWirelessGatewayTaskDefinitionResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/UpdateWirelessGatewayTaskCreate.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 IoTWireless
25{
26namespace Model
27{
29 {
30 public:
34
35
37
42 inline bool GetAutoCreateTasks() const{ return m_autoCreateTasks; }
43 inline void SetAutoCreateTasks(bool value) { m_autoCreateTasks = value; }
46
48
51 inline const Aws::String& GetName() const{ return m_name; }
52 inline void SetName(const Aws::String& value) { m_name = value; }
53 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
54 inline void SetName(const char* value) { m_name.assign(value); }
55 inline GetWirelessGatewayTaskDefinitionResult& WithName(const Aws::String& value) { SetName(value); return *this;}
56 inline GetWirelessGatewayTaskDefinitionResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
57 inline GetWirelessGatewayTaskDefinitionResult& WithName(const char* value) { SetName(value); return *this;}
59
61
64 inline const UpdateWirelessGatewayTaskCreate& GetUpdate() const{ return m_update; }
65 inline void SetUpdate(const UpdateWirelessGatewayTaskCreate& value) { m_update = value; }
66 inline void SetUpdate(UpdateWirelessGatewayTaskCreate&& value) { m_update = std::move(value); }
70
72
75 inline const Aws::String& GetArn() const{ return m_arn; }
76 inline void SetArn(const Aws::String& value) { m_arn = value; }
77 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
78 inline void SetArn(const char* value) { m_arn.assign(value); }
79 inline GetWirelessGatewayTaskDefinitionResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
80 inline GetWirelessGatewayTaskDefinitionResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
81 inline GetWirelessGatewayTaskDefinitionResult& WithArn(const char* value) { SetArn(value); return *this;}
83
85
86 inline const Aws::String& GetRequestId() const{ return m_requestId; }
87 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
88 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
89 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
91 inline GetWirelessGatewayTaskDefinitionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
92 inline GetWirelessGatewayTaskDefinitionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
94 private:
95
96 bool m_autoCreateTasks;
97
98 Aws::String m_name;
99
101
102 Aws::String m_arn;
103
104 Aws::String m_requestId;
105 };
106
107} // namespace Model
108} // namespace IoTWireless
109} // namespace Aws
GetWirelessGatewayTaskDefinitionResult & WithName(Aws::String &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayTaskDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayTaskDefinitionResult & WithName(const char *value)
GetWirelessGatewayTaskDefinitionResult & WithRequestId(const char *value)
AWS_IOTWIRELESS_API GetWirelessGatewayTaskDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWirelessGatewayTaskDefinitionResult & WithRequestId(const Aws::String &value)
GetWirelessGatewayTaskDefinitionResult & WithName(const Aws::String &value)
GetWirelessGatewayTaskDefinitionResult & WithUpdate(UpdateWirelessGatewayTaskCreate &&value)
GetWirelessGatewayTaskDefinitionResult & WithArn(const Aws::String &value)
GetWirelessGatewayTaskDefinitionResult & WithRequestId(Aws::String &&value)
GetWirelessGatewayTaskDefinitionResult & WithUpdate(const UpdateWirelessGatewayTaskCreate &value)
GetWirelessGatewayTaskDefinitionResult & WithArn(const char *value)
GetWirelessGatewayTaskDefinitionResult & WithArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue