@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventSourceMappingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEventSourceMappingsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEventSourceMappingsResult |
clone() |
boolean |
equals(Object obj) |
List<EventSourceMappingConfiguration> |
getEventSourceMappings()
A list of event source mappings.
|
String |
getNextMarker()
A pagination token that's returned when the response doesn't contain all event source mappings.
|
int |
hashCode() |
void |
setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
A list of event source mappings.
|
void |
setNextMarker(String nextMarker)
A pagination token that's returned when the response doesn't contain all event source mappings.
|
String |
toString()
Returns a string representation of this object.
|
ListEventSourceMappingsResult |
withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
A list of event source mappings.
|
ListEventSourceMappingsResult |
withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
A list of event source mappings.
|
ListEventSourceMappingsResult |
withNextMarker(String nextMarker)
A pagination token that's returned when the response doesn't contain all event source mappings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
A pagination token that's returned when the response doesn't contain all event source mappings.
nextMarker - A pagination token that's returned when the response doesn't contain all event source mappings.public String getNextMarker()
A pagination token that's returned when the response doesn't contain all event source mappings.
public ListEventSourceMappingsResult withNextMarker(String nextMarker)
A pagination token that's returned when the response doesn't contain all event source mappings.
nextMarker - A pagination token that's returned when the response doesn't contain all event source mappings.public List<EventSourceMappingConfiguration> getEventSourceMappings()
A list of event source mappings.
public void setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
A list of event source mappings.
eventSourceMappings - A list of event source mappings.public ListEventSourceMappingsResult withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
A list of event source mappings.
NOTE: This method appends the values to the existing list (if any). Use
setEventSourceMappings(java.util.Collection) or withEventSourceMappings(java.util.Collection)
if you want to override the existing values.
eventSourceMappings - A list of event source mappings.public ListEventSourceMappingsResult withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
A list of event source mappings.
eventSourceMappings - A list of event source mappings.public String toString()
toString in class ObjectObject.toString()public ListEventSourceMappingsResult clone()
Copyright © 2020. All rights reserved.