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;
39 template <
typename DeploymentTargetT = DeploymentTarget>
41 m_deploymentTargetHasBeenSet =
true;
42 m_deploymentTarget = std::forward<DeploymentTargetT>(value);
44 template <
typename DeploymentTargetT = DeploymentTarget>
54 template <
typename RequestIdT = Aws::String>
56 m_requestIdHasBeenSet =
true;
57 m_requestId = std::forward<RequestIdT>(value);
59 template <
typename RequestIdT = Aws::String>
69 bool m_deploymentTargetHasBeenSet =
false;
70 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