AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateThingResult.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace IoT
24{
25namespace Model
26{
33 {
34 public:
35 AWS_IOT_API UpdateThingResult() = default;
38
39
41
42 inline const Aws::String& GetRequestId() const { return m_requestId; }
43 template<typename RequestIdT = Aws::String>
44 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
45 template<typename RequestIdT = Aws::String>
46 UpdateThingResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
48 private:
49
50 Aws::String m_requestId;
51 bool m_requestIdHasBeenSet = false;
52 };
53
54} // namespace Model
55} // namespace IoT
56} // namespace Aws
const Aws::String & GetRequestId() const
AWS_IOT_API UpdateThingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API UpdateThingResult()=default
void SetRequestId(RequestIdT &&value)
AWS_IOT_API UpdateThingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateThingResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue