7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/SafetyLever.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SafetyLeverT = SafetyLever>
42 void SetSafetyLever(SafetyLeverT&& value) { m_safetyLeverHasBeenSet =
true; m_safetyLever = std::forward<SafetyLeverT>(value); }
43 template<
typename SafetyLeverT = SafetyLever>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_safetyLeverHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
UpdateSafetyLeverStateResult & WithRequestId(RequestIdT &&value)
UpdateSafetyLeverStateResult & WithSafetyLever(SafetyLeverT &&value)
const Aws::String & GetRequestId() const
AWS_FIS_API UpdateSafetyLeverStateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSafetyLever(SafetyLeverT &&value)
AWS_FIS_API UpdateSafetyLeverStateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const SafetyLever & GetSafetyLever() const
void SetRequestId(RequestIdT &&value)
AWS_FIS_API UpdateSafetyLeverStateResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue