7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/DataExchangeRequest.h>
9#include <aws/dataexchange/model/Action.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename ActionT = Action>
43 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
44 template<
typename ActionT = Action>
54 template<
typename EventActionIdT = Aws::String>
55 void SetEventActionId(EventActionIdT&& value) { m_eventActionIdHasBeenSet =
true; m_eventActionId = std::forward<EventActionIdT>(value); }
56 template<
typename EventActionIdT = Aws::String>
62 bool m_actionHasBeenSet =
false;
65 bool m_eventActionIdHasBeenSet =
false;
UpdateEventActionRequest & WithEventActionId(EventActionIdT &&value)
bool EventActionIdHasBeenSet() const
AWS_DATAEXCHANGE_API UpdateEventActionRequest()=default
void SetEventActionId(EventActionIdT &&value)
void SetAction(ActionT &&value)
UpdateEventActionRequest & WithAction(ActionT &&value)
AWS_DATAEXCHANGE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ActionHasBeenSet() const
const Action & GetAction() const
const Aws::String & GetEventActionId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String