AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
ValidationStrategy.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ValidationStrategyMode.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
31 public:
32 AWS_QUICKSIGHT_API ValidationStrategy() = default;
33 AWS_QUICKSIGHT_API ValidationStrategy(Aws::Utils::Json::JsonView jsonValue);
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
44 inline ValidationStrategyMode GetMode() const { return m_mode; }
45 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
46 inline void SetMode(ValidationStrategyMode value) {
47 m_modeHasBeenSet = true;
48 m_mode = value;
49 }
51 SetMode(value);
52 return *this;
53 }
55 private:
57 bool m_modeHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace QuickSight
62} // namespace Aws
AWS_QUICKSIGHT_API ValidationStrategy(Aws::Utils::Json::JsonView jsonValue)
void SetMode(ValidationStrategyMode value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ValidationStrategy()=default
ValidationStrategy & WithMode(ValidationStrategyMode value)
AWS_QUICKSIGHT_API ValidationStrategy & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue