Class ListEventSourceMappingsResult
java.lang.Object
com.amazonaws.services.lambda.model.ListEventSourceMappingsResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains a list of event sources (see API_EventSourceMappingConfiguration)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn array ofEventSourceMappingConfigurationobjects.A string, present if there are more event source mappings.inthashCode()voidsetEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings) An array ofEventSourceMappingConfigurationobjects.voidsetNextMarker(String nextMarker) A string, present if there are more event source mappings.toString()Returns a string representation of this object; useful for testing and debugging.withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings) An array ofEventSourceMappingConfigurationobjects.withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings) An array ofEventSourceMappingConfigurationobjects.withNextMarker(String nextMarker) A string, present if there are more event source mappings.
-
Constructor Details
-
ListEventSourceMappingsResult
public ListEventSourceMappingsResult()
-
-
Method Details
-
setNextMarker
A string, present if there are more event source mappings.
- Parameters:
nextMarker- A string, present if there are more event source mappings.
-
getNextMarker
A string, present if there are more event source mappings.
- Returns:
- A string, present if there are more event source mappings.
-
withNextMarker
A string, present if there are more event source mappings.
- Parameters:
nextMarker- A string, present if there are more event source mappings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getEventSourceMappings
An array of
EventSourceMappingConfigurationobjects.- Returns:
- An array of
EventSourceMappingConfigurationobjects.
-
setEventSourceMappings
An array of
EventSourceMappingConfigurationobjects.- Parameters:
eventSourceMappings- An array ofEventSourceMappingConfigurationobjects.
-
withEventSourceMappings
public ListEventSourceMappingsResult withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings) An array of
EventSourceMappingConfigurationobjects.NOTE: This method appends the values to the existing list (if any). Use
setEventSourceMappings(java.util.Collection)orwithEventSourceMappings(java.util.Collection)if you want to override the existing values.- Parameters:
eventSourceMappings- An array ofEventSourceMappingConfigurationobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEventSourceMappings
public ListEventSourceMappingsResult withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings) An array of
EventSourceMappingConfigurationobjects.- Parameters:
eventSourceMappings- An array ofEventSourceMappingConfigurationobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-