7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename DeploymentIdT = Aws::String>
41 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
42 template<
typename DeploymentIdT = 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>
64 template<
typename IotJobArnT = Aws::String>
65 void SetIotJobArn(IotJobArnT&& value) { m_iotJobArnHasBeenSet =
true; m_iotJobArn = std::forward<IotJobArnT>(value); }
66 template<
typename IotJobArnT = Aws::String>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_deploymentIdHasBeenSet =
false;
84 bool m_iotJobIdHasBeenSet =
false;
87 bool m_iotJobArnHasBeenSet =
false;
90 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)
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