7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename DeploymentArnT = Aws::String>
36 m_deploymentArnHasBeenSet =
true;
37 m_deploymentArn = std::forward<DeploymentArnT>(value);
39 template <
typename DeploymentArnT = Aws::String>
51 template <
typename DeploymentIdT = Aws::String>
53 m_deploymentIdHasBeenSet =
true;
54 m_deploymentId = std::forward<DeploymentIdT>(value);
56 template <
typename DeploymentIdT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_deploymentArnHasBeenSet =
false;
84 bool m_deploymentIdHasBeenSet =
false;
85 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