AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeleteDeviceResult.h
Go to the documentation of this file.
1
6#pragma once
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 Panorama
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const Aws::String& GetDeviceId() const{ return m_deviceId; }
39
43 inline void SetDeviceId(const Aws::String& value) { m_deviceId = value; }
44
48 inline void SetDeviceId(Aws::String&& value) { m_deviceId = std::move(value); }
49
53 inline void SetDeviceId(const char* value) { m_deviceId.assign(value); }
54
58 inline DeleteDeviceResult& WithDeviceId(const Aws::String& value) { SetDeviceId(value); return *this;}
59
63 inline DeleteDeviceResult& WithDeviceId(Aws::String&& value) { SetDeviceId(std::move(value)); return *this;}
64
68 inline DeleteDeviceResult& WithDeviceId(const char* value) { SetDeviceId(value); return *this;}
69
70 private:
71
72 Aws::String m_deviceId;
73 };
74
75} // namespace Model
76} // namespace Panorama
77} // namespace Aws
#define AWS_PANORAMA_API
AWS_PANORAMA_API DeleteDeviceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeviceId() const
DeleteDeviceResult & WithDeviceId(const char *value)
DeleteDeviceResult & WithDeviceId(const Aws::String &value)
DeleteDeviceResult & WithDeviceId(Aws::String &&value)
AWS_PANORAMA_API DeleteDeviceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeviceId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String