7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ActionArnT = Aws::String>
37 m_actionArnHasBeenSet =
true;
38 m_actionArn = std::forward<ActionArnT>(value);
40 template <
typename ActionArnT = Aws::String>
52 template <
typename ActionIdT = Aws::String>
54 m_actionIdHasBeenSet =
true;
55 m_actionId = std::forward<ActionIdT>(value);
57 template <
typename ActionIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_actionArnHasBeenSet =
false;
88 bool m_actionIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetActionArn() const
AWS_IOT_API UpdateMitigationActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMitigationActionResult & WithActionArn(ActionArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IOT_API UpdateMitigationActionResult()=default
UpdateMitigationActionResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetActionId(ActionIdT &&value)
const Aws::String & GetActionId() const
UpdateMitigationActionResult & WithActionId(ActionIdT &&value)
void SetActionArn(ActionArnT &&value)
AWS_IOT_API UpdateMitigationActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue