7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentConfigInfo.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); }
AWS_CODEDEPLOY_API GetDeploymentConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentConfigResult & WithDeploymentConfigInfo(DeploymentConfigInfo &&value)
AWS_CODEDEPLOY_API GetDeploymentConfigResult()
void SetDeploymentConfigInfo(const DeploymentConfigInfo &value)
void SetDeploymentConfigInfo(DeploymentConfigInfo &&value)
void SetRequestId(const char *value)
GetDeploymentConfigResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const DeploymentConfigInfo & GetDeploymentConfigInfo() const
AWS_CODEDEPLOY_API GetDeploymentConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentConfigResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
GetDeploymentConfigResult & WithRequestId(const Aws::String &value)
GetDeploymentConfigResult & WithDeploymentConfigInfo(const DeploymentConfigInfo &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue