7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
9#include <aws/fis/model/SafetyLeverState.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
77 template <
typename StateT = SafetyLeverState>
79 m_stateHasBeenSet =
true;
80 m_state = std::forward<StateT>(value);
82 template <
typename StateT = SafetyLeverState>
84 SetState(std::forward<StateT>(value));
94 bool m_idHasBeenSet =
false;
95 bool m_arnHasBeenSet =
false;
96 bool m_stateHasBeenSet =
false;
AWS_FIS_API SafetyLever()=default
AWS_FIS_API SafetyLever & operator=(Aws::Utils::Json::JsonView jsonValue)
SafetyLever & WithId(IdT &&value)
void SetState(StateT &&value)
const Aws::String & GetArn() const
const SafetyLeverState & GetState() const
void SetArn(ArnT &&value)
SafetyLever & WithState(StateT &&value)
AWS_FIS_API SafetyLever(Aws::Utils::Json::JsonView jsonValue)
SafetyLever & WithArn(ArnT &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateHasBeenSet() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue