AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DeploymentStyle.h
1
6#pragma once
7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentType.h>
9#include <aws/codedeploy/model/DeploymentOption.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CodeDeploy
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_CODEDEPLOY_API DeploymentStyle() = default;
38 AWS_CODEDEPLOY_API DeploymentStyle(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline DeploymentType GetDeploymentType() const { return m_deploymentType; }
49 inline bool DeploymentTypeHasBeenSet() const { return m_deploymentTypeHasBeenSet; }
50 inline void SetDeploymentType(DeploymentType value) { m_deploymentTypeHasBeenSet = true; m_deploymentType = value; }
53
55
58 inline DeploymentOption GetDeploymentOption() const { return m_deploymentOption; }
59 inline bool DeploymentOptionHasBeenSet() const { return m_deploymentOptionHasBeenSet; }
60 inline void SetDeploymentOption(DeploymentOption value) { m_deploymentOptionHasBeenSet = true; m_deploymentOption = value; }
63 private:
64
66 bool m_deploymentTypeHasBeenSet = false;
67
69 bool m_deploymentOptionHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace CodeDeploy
74} // namespace Aws
AWS_CODEDEPLOY_API DeploymentStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentOption(DeploymentOption value)
DeploymentStyle & WithDeploymentOption(DeploymentOption value)
AWS_CODEDEPLOY_API DeploymentStyle()=default
AWS_CODEDEPLOY_API DeploymentStyle(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentType(DeploymentType value)
DeploymentStyle & WithDeploymentType(DeploymentType value)
DeploymentOption GetDeploymentOption() const
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue