7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename DeploymentInfoT = DeploymentInfo>
48 void SetDeploymentInfo(DeploymentInfoT&& value) { m_deploymentInfoHasBeenSet =
true; m_deploymentInfo = std::forward<DeploymentInfoT>(value); }
49 template<
typename DeploymentInfoT = DeploymentInfo>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_deploymentInfoHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetDeploymentInfo(DeploymentInfoT &&value)
AWS_CODEDEPLOY_API GetDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const DeploymentInfo & GetDeploymentInfo() const
AWS_CODEDEPLOY_API GetDeploymentResult()=default
GetDeploymentResult & WithRequestId(RequestIdT &&value)
AWS_CODEDEPLOY_API GetDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentResult & WithDeploymentInfo(DeploymentInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue