7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentTarget.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template <
typename DeploymentTargetT = DeploymentTarget>
42 m_deploymentTargetHasBeenSet =
true;
43 m_deploymentTarget = std::forward<DeploymentTargetT>(value);
45 template <
typename DeploymentTargetT = DeploymentTarget>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
73 bool m_deploymentTargetHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
GetDeploymentTargetResult & WithDeploymentTarget(DeploymentTargetT &&value)
AWS_CODEDEPLOY_API GetDeploymentTargetResult()=default
GetDeploymentTargetResult & WithRequestId(RequestIdT &&value)
void SetDeploymentTarget(DeploymentTargetT &&value)
AWS_CODEDEPLOY_API GetDeploymentTargetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const DeploymentTarget & GetDeploymentTarget() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CODEDEPLOY_API GetDeploymentTargetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue