7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
9#include <aws/fis/model/Action.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ActionT = Action>
37 m_actionHasBeenSet =
true;
38 m_action = std::forward<ActionT>(value);
40 template <
typename ActionT = Action>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_actionHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
GetActionResult & WithAction(ActionT &&value)
const Aws::String & GetRequestId() const
AWS_FIS_API GetActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAction(ActionT &&value)
GetActionResult & WithRequestId(RequestIdT &&value)
const Action & GetAction() const
void SetRequestId(RequestIdT &&value)
AWS_FIS_API GetActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FIS_API GetActionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue