AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
33
34
36
39 inline const Aws::String& GetIotJobArn() const { return m_iotJobArn; }
40 template<typename IotJobArnT = Aws::String>
41 void SetIotJobArn(IotJobArnT&& value) { m_iotJobArnHasBeenSet = true; m_iotJobArn = std::forward<IotJobArnT>(value); }
42 template<typename IotJobArnT = Aws::String>
43 CreateSoftwareUpdateJobResult& WithIotJobArn(IotJobArnT&& value) { SetIotJobArn(std::forward<IotJobArnT>(value)); return *this;}
45
47
50 inline const Aws::String& GetIotJobId() const { return m_iotJobId; }
51 template<typename IotJobIdT = Aws::String>
52 void SetIotJobId(IotJobIdT&& value) { m_iotJobIdHasBeenSet = true; m_iotJobId = std::forward<IotJobIdT>(value); }
53 template<typename IotJobIdT = Aws::String>
54 CreateSoftwareUpdateJobResult& WithIotJobId(IotJobIdT&& value) { SetIotJobId(std::forward<IotJobIdT>(value)); return *this;}
56
58
61 inline const Aws::String& GetPlatformSoftwareVersion() const { return m_platformSoftwareVersion; }
62 template<typename PlatformSoftwareVersionT = Aws::String>
63 void SetPlatformSoftwareVersion(PlatformSoftwareVersionT&& value) { m_platformSoftwareVersionHasBeenSet = true; m_platformSoftwareVersion = std::forward<PlatformSoftwareVersionT>(value); }
64 template<typename PlatformSoftwareVersionT = Aws::String>
65 CreateSoftwareUpdateJobResult& WithPlatformSoftwareVersion(PlatformSoftwareVersionT&& value) { SetPlatformSoftwareVersion(std::forward<PlatformSoftwareVersionT>(value)); return *this;}
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
71 template<typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
73 template<typename RequestIdT = Aws::String>
74 CreateSoftwareUpdateJobResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_iotJobArn;
79 bool m_iotJobArnHasBeenSet = false;
80
81 Aws::String m_iotJobId;
82 bool m_iotJobIdHasBeenSet = false;
83
84 Aws::String m_platformSoftwareVersion;
85 bool m_platformSoftwareVersionHasBeenSet = false;
86
87 Aws::String m_requestId;
88 bool m_requestIdHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace Greengrass
93} // namespace Aws
CreateSoftwareUpdateJobResult & WithPlatformSoftwareVersion(PlatformSoftwareVersionT &&value)
CreateSoftwareUpdateJobResult & WithRequestId(RequestIdT &&value)
CreateSoftwareUpdateJobResult & WithIotJobId(IotJobIdT &&value)
AWS_GREENGRASS_API CreateSoftwareUpdateJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSoftwareUpdateJobResult & WithIotJobArn(IotJobArnT &&value)
AWS_GREENGRASS_API CreateSoftwareUpdateJobResult()=default
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