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 DeploymentArnT = Aws::String>
41 void SetDeploymentArn(DeploymentArnT&& value) { m_deploymentArnHasBeenSet =
true; m_deploymentArn = std::forward<DeploymentArnT>(value); }
42 template<
typename DeploymentArnT = Aws::String>
51 template<
typename DeploymentIdT = Aws::String>
52 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
53 template<
typename DeploymentIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_deploymentArnHasBeenSet =
false;
71 bool m_deploymentIdHasBeenSet =
false;
74 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
CreateDeploymentResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue