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;
47 template<
typename DeploymentConfigInfoT = DeploymentConfigInfo>
48 void SetDeploymentConfigInfo(DeploymentConfigInfoT&& value) { m_deploymentConfigInfoHasBeenSet =
true; m_deploymentConfigInfo = std::forward<DeploymentConfigInfoT>(value); }
49 template<
typename DeploymentConfigInfoT = DeploymentConfigInfo>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_deploymentConfigInfoHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_CODEDEPLOY_API GetDeploymentConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEDEPLOY_API GetDeploymentConfigResult()=default
GetDeploymentConfigResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const DeploymentConfigInfo & GetDeploymentConfigInfo() const
void SetDeploymentConfigInfo(DeploymentConfigInfoT &&value)
AWS_CODEDEPLOY_API GetDeploymentConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetDeploymentConfigResult & WithDeploymentConfigInfo(DeploymentConfigInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue