public class DescribeEventsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the DescribeEvents action.
| コンストラクタと説明 |
|---|
DescribeEventsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Event> |
getEvents()
A list of Event instances.
|
java.lang.String |
getMarker()
A marker at which to continue listing events in a new request.
|
int |
hashCode() |
void |
setEvents(java.util.Collection<Event> events)
A list of Event instances.
|
void |
setMarker(java.lang.String marker)
A marker at which to continue listing events in a new request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventsResult |
withEvents(java.util.Collection<Event> events)
A list of Event instances.
|
DescribeEventsResult |
withEvents(Event... events)
A list of Event instances.
|
DescribeEventsResult |
withMarker(java.lang.String marker)
A marker at which to continue listing events in a new request.
|
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - A marker at which to continue listing events in a new request. The
response returns a marker if there are more events to list than
returned in the response.public DescribeEventsResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - A marker at which to continue listing events in a new request. The
response returns a marker if there are more events to list than
returned in the response.public java.util.List<Event> getEvents()
public void setEvents(java.util.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(java.util.Collection<Event> events)
Returns a reference to this object so that method calls can be chained together.
events - A list of Event instances.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object