7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
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>
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>
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>
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>
79 bool m_iotJobArnHasBeenSet =
false;
82 bool m_iotJobIdHasBeenSet =
false;
85 bool m_platformSoftwareVersionHasBeenSet =
false;
88 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