public class ListEventSourcesResult extends Object implements Serializable
Contains a list of event sources (see API_EventSourceConfiguration)
| Constructor and Description |
|---|
ListEventSourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<EventSourceConfiguration> |
getEventSources()
An arrary of
EventSourceConfiguration objects. |
String |
getNextMarker()
A string, present if there are more event source mappings.
|
int |
hashCode() |
void |
setEventSources(Collection<EventSourceConfiguration> eventSources)
An arrary of
EventSourceConfiguration 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.
|
ListEventSourcesResult |
withEventSources(Collection<EventSourceConfiguration> eventSources)
An arrary of
EventSourceConfiguration objects. |
ListEventSourcesResult |
withEventSources(EventSourceConfiguration... eventSources)
An arrary of
EventSourceConfiguration objects. |
ListEventSourcesResult |
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 ListEventSourcesResult 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<EventSourceConfiguration> getEventSources()
EventSourceConfiguration objects.EventSourceConfiguration objects.public void setEventSources(Collection<EventSourceConfiguration> eventSources)
EventSourceConfiguration objects.eventSources - An arrary of EventSourceConfiguration objects.public ListEventSourcesResult withEventSources(EventSourceConfiguration... eventSources)
EventSourceConfiguration objects.
Returns a reference to this object so that method calls can be chained together.
eventSources - An arrary of EventSourceConfiguration objects.public ListEventSourcesResult withEventSources(Collection<EventSourceConfiguration> eventSources)
EventSourceConfiguration objects.
Returns a reference to this object so that method calls can be chained together.
eventSources - An arrary of EventSourceConfiguration objects.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.