AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetDeploymentGroupResult.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 DeploymentGroupInfo& GetDeploymentGroupInfo() const{ return m_deploymentGroupInfo; }
45
49 inline void SetDeploymentGroupInfo(const DeploymentGroupInfo& value) { m_deploymentGroupInfo = value; }
50
54 inline void SetDeploymentGroupInfo(DeploymentGroupInfo&& value) { m_deploymentGroupInfo = std::move(value); }
55
60
65
66 private:
67
68 DeploymentGroupInfo m_deploymentGroupInfo;
69 };
70
71} // namespace Model
72} // namespace CodeDeploy
73} // namespace Aws
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API GetDeploymentGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeploymentGroupInfo(DeploymentGroupInfo &&value)
AWS_CODEDEPLOY_API GetDeploymentGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeploymentGroupInfo(const DeploymentGroupInfo &value)
const DeploymentGroupInfo & GetDeploymentGroupInfo() const
GetDeploymentGroupResult & WithDeploymentGroupInfo(const DeploymentGroupInfo &value)
GetDeploymentGroupResult & WithDeploymentGroupInfo(DeploymentGroupInfo &&value)