7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace GreengrassV2 {
34 template <
typename DeploymentIdT = Aws::String>
36 m_deploymentIdHasBeenSet =
true;
37 m_deploymentId = std::forward<DeploymentIdT>(value);
39 template <
typename DeploymentIdT = 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>
70 template <
typename IotJobArnT = Aws::String>
72 m_iotJobArnHasBeenSet =
true;
73 m_iotJobArn = std::forward<IotJobArnT>(value);
75 template <
typename IotJobArnT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
104 bool m_deploymentIdHasBeenSet =
false;
105 bool m_iotJobIdHasBeenSet =
false;
106 bool m_iotJobArnHasBeenSet =
false;
107 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