7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename DeploymentArnT = Aws::String>
37 m_deploymentArnHasBeenSet =
true;
38 m_deploymentArn = std::forward<DeploymentArnT>(value);
40 template <
typename DeploymentArnT = Aws::String>
52 template <
typename DeploymentIdT = Aws::String>
54 m_deploymentIdHasBeenSet =
true;
55 m_deploymentId = std::forward<DeploymentIdT>(value);
57 template <
typename DeploymentIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_deploymentArnHasBeenSet =
false;
88 bool m_deploymentIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_GREENGRASS_API CreateDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeploymentId() const
void SetDeploymentId(DeploymentIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GREENGRASS_API CreateDeploymentResult()=default
const Aws::String & GetRequestId() const
CreateDeploymentResult & WithDeploymentArn(DeploymentArnT &&value)
CreateDeploymentResult & WithDeploymentId(DeploymentIdT &&value)
AWS_GREENGRASS_API CreateDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeploymentArn(DeploymentArnT &&value)
const Aws::String & GetDeploymentArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateDeploymentResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue