AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetDeploymentConfigResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace CodeDeploy
24{
25namespace Model
26{
34 {
35 public:
39
40
44 inline const DeploymentConfigInfo& GetDeploymentConfigInfo() const{ return m_deploymentConfigInfo; }
45
49 inline void SetDeploymentConfigInfo(const DeploymentConfigInfo& value) { m_deploymentConfigInfo = value; }
50
54 inline void SetDeploymentConfigInfo(DeploymentConfigInfo&& value) { m_deploymentConfigInfo = std::move(value); }
55
60
65
66 private:
67
68 DeploymentConfigInfo m_deploymentConfigInfo;
69 };
70
71} // namespace Model
72} // namespace CodeDeploy
73} // namespace Aws
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API GetDeploymentConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentConfigResult & WithDeploymentConfigInfo(DeploymentConfigInfo &&value)
void SetDeploymentConfigInfo(const DeploymentConfigInfo &value)
void SetDeploymentConfigInfo(DeploymentConfigInfo &&value)
const DeploymentConfigInfo & GetDeploymentConfigInfo() const
AWS_CODEDEPLOY_API GetDeploymentConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentConfigResult & WithDeploymentConfigInfo(const DeploymentConfigInfo &value)