|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticache.model.DescribeEventsResult
public class DescribeEventsResult
Contains a list of Events.
| Constructor Summary | |
|---|---|
DescribeEventsResult()
|
|
| Method Summary | |
|---|---|
List<Event> |
getEvents()
A list of Event instances. |
String |
getMarker()
The marker obtained from a previous operation response. |
void |
setEvents(Collection<Event> events)
A list of Event instances. |
void |
setMarker(String marker)
The marker obtained from a previous operation response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeEventsResult |
withEvents(Collection<Event> events)
A list of Event instances. |
DescribeEventsResult |
withEvents(Event... events)
A list of Event instances. |
DescribeEventsResult |
withMarker(String marker)
The marker obtained from a previous operation response. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeEventsResult()
| Method Detail |
|---|
public String getMarker()
public void setMarker(String marker)
marker - The marker obtained from a previous operation response.public DescribeEventsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The marker obtained from a previous operation response.
public List<Event> getEvents()
public void setEvents(Collection<Event> events)
events - A list of Event instances.public DescribeEventsResult withEvents(Event... events)
Returns a reference to this object so that method calls can be chained together.
events - A list of Event instances.
public DescribeEventsResult withEvents(Collection<Event> events)
Returns a reference to this object so that method calls can be chained together.
events - A list of Event instances.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||