AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
StartExperimentExperimentOptionsInput.h
1
6#pragma once
7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/ActionsMode.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace FIS {
20namespace Model {
21
29 public:
34
36
39 inline ActionsMode GetActionsMode() const { return m_actionsMode; }
40 inline bool ActionsModeHasBeenSet() const { return m_actionsModeHasBeenSet; }
41 inline void SetActionsMode(ActionsMode value) {
42 m_actionsModeHasBeenSet = true;
43 m_actionsMode = value;
44 }
46 SetActionsMode(value);
47 return *this;
48 }
50 private:
51 ActionsMode m_actionsMode{ActionsMode::NOT_SET};
52 bool m_actionsModeHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace FIS
57} // namespace Aws
StartExperimentExperimentOptionsInput & WithActionsMode(ActionsMode value)
AWS_FIS_API StartExperimentExperimentOptionsInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIS_API StartExperimentExperimentOptionsInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue