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;
56 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
GetDeploymentTargetResult & WithRequestId(const char *value)
void SetDeploymentTarget(DeploymentTarget &&value)
AWS_CODEDEPLOY_API GetDeploymentTargetResult()
AWS_CODEDEPLOY_API GetDeploymentTargetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
GetDeploymentTargetResult & WithDeploymentTarget(DeploymentTarget &&value)
void SetRequestId(Aws::String &&value)
GetDeploymentTargetResult & WithRequestId(Aws::String &&value)
void SetDeploymentTarget(const DeploymentTarget &value)
GetDeploymentTargetResult & WithDeploymentTarget(const DeploymentTarget &value)
GetDeploymentTargetResult & WithRequestId(const Aws::String &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