7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace GreengrassV2 {
35 template <
typename DeploymentIdT = Aws::String>
37 m_deploymentIdHasBeenSet =
true;
38 m_deploymentId = std::forward<DeploymentIdT>(value);
40 template <
typename DeploymentIdT = 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>
71 template <
typename IotJobArnT = Aws::String>
73 m_iotJobArnHasBeenSet =
true;
74 m_iotJobArn = std::forward<IotJobArnT>(value);
76 template <
typename IotJobArnT = Aws::String>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
108 bool m_deploymentIdHasBeenSet =
false;
109 bool m_iotJobIdHasBeenSet =
false;
110 bool m_iotJobArnHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
AWS_GREENGRASSV2_API CreateDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeploymentId() const
CreateDeploymentResult & WithDeploymentId(DeploymentIdT &&value)
const Aws::String & GetIotJobId() const
AWS_GREENGRASSV2_API CreateDeploymentResult()=default
CreateDeploymentResult & WithRequestId(RequestIdT &&value)
CreateDeploymentResult & WithIotJobId(IotJobIdT &&value)
void SetIotJobId(IotJobIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GREENGRASSV2_API CreateDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
CreateDeploymentResult & WithIotJobArn(IotJobArnT &&value)
void SetIotJobArn(IotJobArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDeploymentId(DeploymentIdT &&value)
const Aws::String & GetIotJobArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue