AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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