7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename IotJobArnT = Aws::String>
37 m_iotJobArnHasBeenSet =
true;
38 m_iotJobArn = std::forward<IotJobArnT>(value);
40 template <
typename IotJobArnT = Aws::String>
52 template <
typename IotJobIdT = Aws::String>
54 m_iotJobIdHasBeenSet =
true;
55 m_iotJobId = std::forward<IotJobIdT>(value);
57 template <
typename IotJobIdT = Aws::String>
69 template <
typename PlatformSoftwareVersionT = Aws::String>
71 m_platformSoftwareVersionHasBeenSet =
true;
72 m_platformSoftwareVersion = std::forward<PlatformSoftwareVersionT>(value);
74 template <
typename PlatformSoftwareVersionT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_iotJobArnHasBeenSet =
false;
107 bool m_iotJobIdHasBeenSet =
false;
108 bool m_platformSoftwareVersionHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetIotJobArn(IotJobArnT &&value)
void SetPlatformSoftwareVersion(PlatformSoftwareVersionT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPlatformSoftwareVersion() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateSoftwareUpdateJobResult & WithPlatformSoftwareVersion(PlatformSoftwareVersionT &&value)
CreateSoftwareUpdateJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetIotJobId() const
const Aws::String & GetIotJobArn() const
CreateSoftwareUpdateJobResult & WithIotJobId(IotJobIdT &&value)
void SetIotJobId(IotJobIdT &&value)
AWS_GREENGRASS_API CreateSoftwareUpdateJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSoftwareUpdateJobResult & WithIotJobArn(IotJobArnT &&value)
void SetRequestId(RequestIdT &&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