@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventSourceMappingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains a list of event sources (see 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
A string, present if there are more event source mappings.
nextMarker - A string, present if there are more event source mappings.public String getNextMarker()
A string, present if there are more event source mappings.
public ListEventSourceMappingsResult withNextMarker(String nextMarker)
A string, present if there are more event source mappings.
nextMarker - A string, present if there are more event source mappings.public List<EventSourceMappingConfiguration> getEventSourceMappings()
An array of EventSourceMappingConfiguration objects.
EventSourceMappingConfiguration objects.public void setEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of EventSourceMappingConfiguration objects.
eventSourceMappings - An array of EventSourceMappingConfiguration objects.public ListEventSourceMappingsResult withEventSourceMappings(EventSourceMappingConfiguration... eventSourceMappings)
An array of 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.
eventSourceMappings - An array of EventSourceMappingConfiguration objects.public ListEventSourceMappingsResult withEventSourceMappings(Collection<EventSourceMappingConfiguration> eventSourceMappings)
An array of EventSourceMappingConfiguration objects.
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.