7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomationRequest.h>
8#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ComputeOptimizerAutomation {
40 template <
typename EventIdT = Aws::String>
42 m_eventIdHasBeenSet =
true;
43 m_eventId = std::forward<EventIdT>(value);
45 template <
typename EventIdT = Aws::String>
60 template <
typename ClientTokenT = Aws::String>
62 m_clientTokenHasBeenSet =
true;
63 m_clientToken = std::forward<ClientTokenT>(value);
65 template <
typename ClientTokenT = Aws::String>
75 bool m_eventIdHasBeenSet =
false;
76 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetClientToken() const
RollbackAutomationEventRequest & WithClientToken(ClientTokenT &&value)
bool EventIdHasBeenSet() const
void SetEventId(EventIdT &&value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(ClientTokenT &&value)
RollbackAutomationEventRequest & WithEventId(EventIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEventId() const
bool ClientTokenHasBeenSet() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API RollbackAutomationEventRequest()=default
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String