AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDeviceRegistrationResult.h
1
6#pragma once
7#include <aws/sagemaker-edge/SagemakerEdgeManager_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 SagemakerEdgeManager
24{
25namespace Model
26{
28 {
29 public:
30 AWS_SAGEMAKEREDGEMANAGER_API GetDeviceRegistrationResult();
33
34
36
40 inline const Aws::String& GetDeviceRegistration() const{ return m_deviceRegistration; }
41 inline void SetDeviceRegistration(const Aws::String& value) { m_deviceRegistration = value; }
42 inline void SetDeviceRegistration(Aws::String&& value) { m_deviceRegistration = std::move(value); }
43 inline void SetDeviceRegistration(const char* value) { m_deviceRegistration.assign(value); }
45 inline GetDeviceRegistrationResult& WithDeviceRegistration(Aws::String&& value) { SetDeviceRegistration(std::move(value)); return *this;}
46 inline GetDeviceRegistrationResult& WithDeviceRegistration(const char* value) { SetDeviceRegistration(value); return *this;}
48
50
54 inline const Aws::String& GetCacheTTL() const{ return m_cacheTTL; }
55 inline void SetCacheTTL(const Aws::String& value) { m_cacheTTL = value; }
56 inline void SetCacheTTL(Aws::String&& value) { m_cacheTTL = std::move(value); }
57 inline void SetCacheTTL(const char* value) { m_cacheTTL.assign(value); }
58 inline GetDeviceRegistrationResult& WithCacheTTL(const Aws::String& value) { SetCacheTTL(value); return *this;}
59 inline GetDeviceRegistrationResult& WithCacheTTL(Aws::String&& value) { SetCacheTTL(std::move(value)); return *this;}
60 inline GetDeviceRegistrationResult& WithCacheTTL(const char* value) { SetCacheTTL(value); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const{ return m_requestId; }
66 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
67 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
68 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline GetDeviceRegistrationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline GetDeviceRegistrationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline GetDeviceRegistrationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 Aws::String m_deviceRegistration;
76
77 Aws::String m_cacheTTL;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace SagemakerEdgeManager
84} // namespace Aws
GetDeviceRegistrationResult & WithCacheTTL(const Aws::String &value)
GetDeviceRegistrationResult & WithCacheTTL(Aws::String &&value)
GetDeviceRegistrationResult & WithRequestId(Aws::String &&value)
AWS_SAGEMAKEREDGEMANAGER_API GetDeviceRegistrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeviceRegistrationResult & WithDeviceRegistration(Aws::String &&value)
AWS_SAGEMAKEREDGEMANAGER_API GetDeviceRegistrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeviceRegistrationResult & WithRequestId(const char *value)
GetDeviceRegistrationResult & WithCacheTTL(const char *value)
GetDeviceRegistrationResult & WithDeviceRegistration(const char *value)
GetDeviceRegistrationResult & WithRequestId(const Aws::String &value)
GetDeviceRegistrationResult & WithDeviceRegistration(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue