7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
9#include <aws/fis/model/SafetyLever.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SafetyLeverT = SafetyLever>
37 m_safetyLeverHasBeenSet =
true;
38 m_safetyLever = std::forward<SafetyLeverT>(value);
40 template <
typename SafetyLeverT = SafetyLever>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
63 bool m_safetyLeverHasBeenSet =
false;
66 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