7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
8#include <aws/compute-optimizer-automation/model/EventStatus.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ComputeOptimizerAutomation {
37 template <
typename EventIdT = Aws::String>
39 m_eventIdHasBeenSet =
true;
40 m_eventId = std::forward<EventIdT>(value);
42 template <
typename EventIdT = Aws::String>
55 m_eventStatusHasBeenSet =
true;
56 m_eventStatus = value;
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_eventIdHasBeenSet =
false;
88 bool m_eventStatusHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_COMPUTEOPTIMIZERAUTOMATION_API RollbackAutomationEventResult()=default
RollbackAutomationEventResult & WithEventStatus(EventStatus value)
void SetEventStatus(EventStatus value)
EventStatus GetEventStatus() const
RollbackAutomationEventResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetEventId(EventIdT &&value)
RollbackAutomationEventResult & WithEventId(EventIdT &&value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API RollbackAutomationEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetEventId() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API RollbackAutomationEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue