7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentTarget.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
45 template<
typename DeploymentTargetT = DeploymentTarget>
46 void SetDeploymentTarget(DeploymentTargetT&& value) { m_deploymentTargetHasBeenSet =
true; m_deploymentTarget = std::forward<DeploymentTargetT>(value); }
47 template<
typename DeploymentTargetT = DeploymentTarget>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_deploymentTargetHasBeenSet =
false;
65 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_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