AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetDeploymentTargetResult.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{
28 {
29 public:
33
34
42 inline const DeploymentTarget& GetDeploymentTarget() const{ return m_deploymentTarget; }
43
51 inline void SetDeploymentTarget(const DeploymentTarget& value) { m_deploymentTarget = value; }
52
60 inline void SetDeploymentTarget(DeploymentTarget&& value) { m_deploymentTarget = std::move(value); }
61
70
78 inline GetDeploymentTargetResult& WithDeploymentTarget(DeploymentTarget&& value) { SetDeploymentTarget(std::move(value)); return *this;}
79
80 private:
81
82 DeploymentTarget m_deploymentTarget;
83 };
84
85} // namespace Model
86} // namespace CodeDeploy
87} // namespace Aws
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API GetDeploymentTargetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentTargetResult & WithDeploymentTarget(DeploymentTarget &&value)
void SetDeploymentTarget(const DeploymentTarget &value)
GetDeploymentTargetResult & WithDeploymentTarget(const DeploymentTarget &value)
AWS_CODEDEPLOY_API GetDeploymentTargetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)