71 inline void SetEventSourceArn(
const char* value) { m_eventSourceArnHasBeenSet =
true; m_eventSourceArn.assign(value); }
170 inline void SetFunctionName(
const char* value) { m_functionNameHasBeenSet =
true; m_functionName.assign(value); }
236 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
256 inline void SetBatchSize(
int value) { m_batchSizeHasBeenSet =
true; m_batchSize = value; }
307 bool m_eventSourceArnHasBeenSet;
309 bool m_functionNameHasBeenSet;
311 bool m_enabledHasBeenSet;
313 bool m_batchSizeHasBeenSet;
315 bool m_startingPositionHasBeenSet;
void SetStartingPosition(EventSourcePosition &&value)
const Aws::String & GetFunctionName() const
void SetFunctionName(Aws::String &&value)
void SetEnabled(bool value)
CreateEventSourceMappingRequest & WithEventSourceArn(Aws::String &&value)
CreateEventSourceMappingRequest & WithBatchSize(int value)
CreateEventSourceMappingRequest & WithFunctionName(Aws::String &&value)
void SetStartingPosition(const EventSourcePosition &value)
CreateEventSourceMappingRequest & WithEnabled(bool value)
void SetBatchSize(int value)
CreateEventSourceMappingRequest & WithFunctionName(const char *value)
const EventSourcePosition & GetStartingPosition() const
CreateEventSourceMappingRequest & WithStartingPosition(EventSourcePosition &&value)
CreateEventSourceMappingRequest & WithEventSourceArn(const Aws::String &value)
void SetEventSourceArn(const char *value)
CreateEventSourceMappingRequest & WithFunctionName(const Aws::String &value)
void SetFunctionName(const Aws::String &value)
CreateEventSourceMappingRequest & WithStartingPosition(const EventSourcePosition &value)
void SetEventSourceArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CreateEventSourceMappingRequest & WithEventSourceArn(const char *value)
void SetEventSourceArn(const Aws::String &value)
const Aws::String & GetEventSourceArn() const
JSON (JavaScript Object Notation).
void SetFunctionName(const char *value)