7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/FISRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fis/model/UpdateSafetyLeverStateInput.h>
43 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
44 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 bool m_idHasBeenSet =
false;
67 bool m_stateHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
UpdateSafetyLeverStateRequest & WithId(const Aws::String &value)
bool StateHasBeenSet() const
AWS_FIS_API UpdateSafetyLeverStateRequest()
const UpdateSafetyLeverStateInput & GetState() const
UpdateSafetyLeverStateRequest & WithId(Aws::String &&value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
void SetState(const UpdateSafetyLeverStateInput &value)
UpdateSafetyLeverStateRequest & WithId(const char *value)
void SetId(Aws::String &&value)
AWS_FIS_API Aws::String SerializePayload() const override
UpdateSafetyLeverStateRequest & WithState(UpdateSafetyLeverStateInput &&value)
void SetId(const char *value)
void SetId(const Aws::String &value)
UpdateSafetyLeverStateRequest & WithState(const UpdateSafetyLeverStateInput &value)
void SetState(UpdateSafetyLeverStateInput &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String