public class ListEventSourceMappingsResult extends Object implements Serializable, Cloneable
Contains a list of event sources (see API_EventSourceMappingConfiguration)
| Constructor and Description |
|---|
ListEventSourceMappingsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEventSourceMappingsResult |
clone() |
boolean |
equals(Object obj) |
List<EventSourceMappingConfiguration> |
getEventSourceMappings()
An array of
EventSourceMappingConfiguration objects. |
String |
getNextMarker()
A string, present if there are more event source mappings.
|
int |
hashCode() |
void |
setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
void |
setNextMarker(String nextMarker)
A string, present if there are more event source mappings.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListEventSourceMappingsResult |
withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
ListEventSourceMappingsResult |
withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
An array of
EventSourceMappingConfiguration objects. |
ListEventSourceMappingsResult |
withNextMarker(String nextMarker)
A string, present if there are more event source mappings.
|
public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker - A string, present if there are more event source mappings.public ListEventSourceMappingsResult withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
nextMarker - A string, present if there are more event source mappings.public List<EventSourceMappingConfiguration> getEventSourceMappings()
EventSourceMappingConfiguration objects.EventSourceMappingConfiguration objects.public void setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
EventSourceMappingConfiguration objects.eventSourceMappings - An array of EventSourceMappingConfiguration objects.public ListEventSourceMappingsResult withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
EventSourceMappingConfiguration objects.
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.
Returns a reference to this object so that method calls can be chained together.
eventSourceMappings - An array of EventSourceMappingConfiguration objects.public ListEventSourceMappingsResult withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
EventSourceMappingConfiguration objects.
Returns a reference to this object so that method calls can be chained together.
eventSourceMappings - An array of EventSourceMappingConfiguration objects.public String toString()
toString in class ObjectObject.toString()public ListEventSourceMappingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.