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;
58 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetDeploymentInfo(DeploymentInfo &&value)
void SetDeploymentInfo(const DeploymentInfo &value)
AWS_CODEDEPLOY_API GetDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentResult & WithRequestId(const char *value)
GetDeploymentResult & WithDeploymentInfo(const DeploymentInfo &value)
GetDeploymentResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
const DeploymentInfo & GetDeploymentInfo() const
AWS_CODEDEPLOY_API GetDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentResult & WithDeploymentInfo(DeploymentInfo &&value)
AWS_CODEDEPLOY_API GetDeploymentResult()
GetDeploymentResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue