AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateSoftwareUpdateJobResult.h
1
6#pragma once
7#include <aws/greengrass/Greengrass_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 Greengrass
24{
25namespace Model
26{
28 {
29 public:
30 AWS_GREENGRASS_API CreateSoftwareUpdateJobResult();
33
34
36
39 inline const Aws::String& GetIotJobArn() const{ return m_iotJobArn; }
40 inline void SetIotJobArn(const Aws::String& value) { m_iotJobArn = value; }
41 inline void SetIotJobArn(Aws::String&& value) { m_iotJobArn = std::move(value); }
42 inline void SetIotJobArn(const char* value) { m_iotJobArn.assign(value); }
43 inline CreateSoftwareUpdateJobResult& WithIotJobArn(const Aws::String& value) { SetIotJobArn(value); return *this;}
44 inline CreateSoftwareUpdateJobResult& WithIotJobArn(Aws::String&& value) { SetIotJobArn(std::move(value)); return *this;}
45 inline CreateSoftwareUpdateJobResult& WithIotJobArn(const char* value) { SetIotJobArn(value); return *this;}
47
49
52 inline const Aws::String& GetIotJobId() const{ return m_iotJobId; }
53 inline void SetIotJobId(const Aws::String& value) { m_iotJobId = value; }
54 inline void SetIotJobId(Aws::String&& value) { m_iotJobId = std::move(value); }
55 inline void SetIotJobId(const char* value) { m_iotJobId.assign(value); }
56 inline CreateSoftwareUpdateJobResult& WithIotJobId(const Aws::String& value) { SetIotJobId(value); return *this;}
57 inline CreateSoftwareUpdateJobResult& WithIotJobId(Aws::String&& value) { SetIotJobId(std::move(value)); return *this;}
58 inline CreateSoftwareUpdateJobResult& WithIotJobId(const char* value) { SetIotJobId(value); return *this;}
60
62
65 inline const Aws::String& GetPlatformSoftwareVersion() const{ return m_platformSoftwareVersion; }
66 inline void SetPlatformSoftwareVersion(const Aws::String& value) { m_platformSoftwareVersion = value; }
67 inline void SetPlatformSoftwareVersion(Aws::String&& value) { m_platformSoftwareVersion = std::move(value); }
68 inline void SetPlatformSoftwareVersion(const char* value) { m_platformSoftwareVersion.assign(value); }
73
75
76 inline const Aws::String& GetRequestId() const{ return m_requestId; }
77 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
78 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
79 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
80 inline CreateSoftwareUpdateJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
81 inline CreateSoftwareUpdateJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
82 inline CreateSoftwareUpdateJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
84 private:
85
86 Aws::String m_iotJobArn;
87
88 Aws::String m_iotJobId;
89
90 Aws::String m_platformSoftwareVersion;
91
92 Aws::String m_requestId;
93 };
94
95} // namespace Model
96} // namespace Greengrass
97} // namespace Aws
CreateSoftwareUpdateJobResult & WithRequestId(const char *value)
CreateSoftwareUpdateJobResult & WithIotJobId(Aws::String &&value)
CreateSoftwareUpdateJobResult & WithRequestId(Aws::String &&value)
CreateSoftwareUpdateJobResult & WithRequestId(const Aws::String &value)
CreateSoftwareUpdateJobResult & WithIotJobId(const char *value)
CreateSoftwareUpdateJobResult & WithPlatformSoftwareVersion(Aws::String &&value)
CreateSoftwareUpdateJobResult & WithIotJobArn(const Aws::String &value)
CreateSoftwareUpdateJobResult & WithIotJobId(const Aws::String &value)
CreateSoftwareUpdateJobResult & WithPlatformSoftwareVersion(const Aws::String &value)
AWS_GREENGRASS_API CreateSoftwareUpdateJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSoftwareUpdateJobResult & WithIotJobArn(const char *value)
CreateSoftwareUpdateJobResult & WithPlatformSoftwareVersion(const char *value)
CreateSoftwareUpdateJobResult & WithIotJobArn(Aws::String &&value)
AWS_GREENGRASS_API CreateSoftwareUpdateJobResult(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