64 inline void SetEventSourceArn(
const char* value) { m_eventSourceArnHasBeenSet =
true; m_eventSourceArn.assign(value); }
138 inline void SetFunctionName(
const char* value) { m_functionNameHasBeenSet =
true; m_functionName.assign(value); }
208 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
241 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
251 bool m_eventSourceArnHasBeenSet;
253 bool m_functionNameHasBeenSet;
255 bool m_markerHasBeenSet;
257 bool m_maxItemsHasBeenSet;
const Aws::String & GetEventSourceArn() const
void SetMarker(const Aws::String &value)
void SetFunctionName(const char *value)
void SetFunctionName(const Aws::String &value)
void SetMarker(const char *value)
void SetMarker(Aws::String &&value)
ListEventSourceMappingsRequest & WithMarker(const Aws::String &value)
ListEventSourceMappingsRequest & WithEventSourceArn(const Aws::String &value)
ListEventSourceMappingsRequest & WithMarker(const char *value)
ListEventSourceMappingsRequest & WithEventSourceArn(Aws::String &&value)
const Aws::String & GetMarker() const
void SetFunctionName(Aws::String &&value)
void SetEventSourceArn(const char *value)
void SetEventSourceArn(const Aws::String &value)
ListEventSourceMappingsRequest & WithFunctionName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetEventSourceArn(Aws::String &&value)
const Aws::String & GetFunctionName() const
void SetMaxItems(int value)
ListEventSourceMappingsRequest & WithFunctionName(Aws::String &&value)
ListEventSourceMappingsRequest & WithFunctionName(const char *value)
ListEventSourceMappingsRequest & WithEventSourceArn(const char *value)
ListEventSourceMappingsRequest & WithMaxItems(int value)
ListEventSourceMappingsRequest & WithMarker(Aws::String &&value)
JSON (JavaScript Object Notation).