7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename IotJobArnT = Aws::String>
36 m_iotJobArnHasBeenSet =
true;
37 m_iotJobArn = std::forward<IotJobArnT>(value);
39 template <
typename IotJobArnT = Aws::String>
51 template <
typename IotJobIdT = Aws::String>
53 m_iotJobIdHasBeenSet =
true;
54 m_iotJobId = std::forward<IotJobIdT>(value);
56 template <
typename IotJobIdT = Aws::String>
68 template <
typename PlatformSoftwareVersionT = Aws::String>
70 m_platformSoftwareVersionHasBeenSet =
true;
71 m_platformSoftwareVersion = std::forward<PlatformSoftwareVersionT>(value);
73 template <
typename PlatformSoftwareVersionT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_iotJobArnHasBeenSet =
false;
103 bool m_iotJobIdHasBeenSet =
false;
104 bool m_platformSoftwareVersionHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
void SetIotJobArn(IotJobArnT &&value)
void SetPlatformSoftwareVersion(PlatformSoftwareVersionT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPlatformSoftwareVersion() 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