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;
41 template <
typename DeploymentConfigInfoT = DeploymentConfigInfo>
43 m_deploymentConfigInfoHasBeenSet =
true;
44 m_deploymentConfigInfo = std::forward<DeploymentConfigInfoT>(value);
46 template <
typename DeploymentConfigInfoT = DeploymentConfigInfo>
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
71 bool m_deploymentConfigInfoHasBeenSet =
false;
72 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