7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dataexchange/DataExchangeRequest.h>
9#include <aws/dataexchange/DataExchange_EXPORTS.h>
10#include <aws/dataexchange/model/Action.h>
15namespace DataExchange {
38 template <
typename ActionT = Action>
40 m_actionHasBeenSet =
true;
41 m_action = std::forward<ActionT>(value);
43 template <
typename ActionT = Action>
56 template <
typename EventActionIdT = Aws::String>
58 m_eventActionIdHasBeenSet =
true;
59 m_eventActionId = std::forward<EventActionIdT>(value);
61 template <
typename EventActionIdT = Aws::String>
71 bool m_actionHasBeenSet =
false;
72 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