AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
KxDeploymentConfiguration.h
1
6#pragma once
7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/model/KxDeploymentStrategy.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 KxDeploymentConfiguration() = default;
39 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
54 inline KxDeploymentStrategy GetDeploymentStrategy() const { return m_deploymentStrategy; }
55 inline bool DeploymentStrategyHasBeenSet() const { return m_deploymentStrategyHasBeenSet; }
56 inline void SetDeploymentStrategy(KxDeploymentStrategy value) { m_deploymentStrategyHasBeenSet = true; m_deploymentStrategy = value; }
59 private:
60
62 bool m_deploymentStrategyHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace finspace
67} // namespace Aws
AWS_FINSPACE_API KxDeploymentConfiguration()=default
AWS_FINSPACE_API KxDeploymentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
KxDeploymentConfiguration & WithDeploymentStrategy(KxDeploymentStrategy value)
AWS_FINSPACE_API KxDeploymentConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue