AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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:
36 AWS_FINSPACE_API KxClusterCodeDeploymentConfiguration() = default;
39 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
56 inline KxClusterCodeDeploymentStrategy GetDeploymentStrategy() const { return m_deploymentStrategy; }
57 inline bool DeploymentStrategyHasBeenSet() const { return m_deploymentStrategyHasBeenSet; }
58 inline void SetDeploymentStrategy(KxClusterCodeDeploymentStrategy value) { m_deploymentStrategyHasBeenSet = true; m_deploymentStrategy = value; }
61 private:
62
64 bool m_deploymentStrategyHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace finspace
69} // namespace Aws
KxClusterCodeDeploymentConfiguration & WithDeploymentStrategy(KxClusterCodeDeploymentStrategy value)
AWS_FINSPACE_API KxClusterCodeDeploymentConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACE_API KxClusterCodeDeploymentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue