AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace finspace {
20namespace Model {
21
30 public:
31 AWS_FINSPACE_API KxDeploymentConfiguration() = default;
34 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
48 inline KxDeploymentStrategy GetDeploymentStrategy() const { return m_deploymentStrategy; }
49 inline bool DeploymentStrategyHasBeenSet() const { return m_deploymentStrategyHasBeenSet; }
51 m_deploymentStrategyHasBeenSet = true;
52 m_deploymentStrategy = value;
53 }
56 return *this;
57 }
59 private:
61 bool m_deploymentStrategyHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace finspace
66} // 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