AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KxClusterCodeDeploymentConfiguration.h
1
6#pragma once
7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/model/KxClusterCodeDeploymentStrategy.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace finspace
22{
23namespace Model
24{
25
34 {
35 public:
39 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
56 inline const KxClusterCodeDeploymentStrategy& GetDeploymentStrategy() const{ return m_deploymentStrategy; }
57 inline bool DeploymentStrategyHasBeenSet() const { return m_deploymentStrategyHasBeenSet; }
58 inline void SetDeploymentStrategy(const KxClusterCodeDeploymentStrategy& value) { m_deploymentStrategyHasBeenSet = true; m_deploymentStrategy = value; }
59 inline void SetDeploymentStrategy(KxClusterCodeDeploymentStrategy&& value) { m_deploymentStrategyHasBeenSet = true; m_deploymentStrategy = std::move(value); }
63 private:
64
65 KxClusterCodeDeploymentStrategy m_deploymentStrategy;
66 bool m_deploymentStrategyHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace finspace
71} // namespace Aws
AWS_FINSPACE_API KxClusterCodeDeploymentConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentStrategy(const KxClusterCodeDeploymentStrategy &value)
KxClusterCodeDeploymentConfiguration & WithDeploymentStrategy(const KxClusterCodeDeploymentStrategy &value)
KxClusterCodeDeploymentConfiguration & WithDeploymentStrategy(KxClusterCodeDeploymentStrategy &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API KxClusterCodeDeploymentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue