public class DescribeEventsResult
extends java.lang.Object
implements java.io.Serializable
Result message wrapping a list of event descriptions.
| コンストラクタと説明 |
|---|
DescribeEventsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<EventDescription> |
getEvents()
A list of EventDescription.
|
java.lang.String |
getNextToken()
If returned, this indicates that there are more results to obtain.
|
int |
hashCode() |
void |
setEvents(java.util.Collection<EventDescription> events)
A list of EventDescription.
|
void |
setNextToken(java.lang.String nextToken)
If returned, this indicates that there are more results to obtain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventsResult |
withEvents(java.util.Collection<EventDescription> events)
A list of EventDescription.
|
DescribeEventsResult |
withEvents(EventDescription... events)
A list of EventDescription.
|
DescribeEventsResult |
withNextToken(java.lang.String nextToken)
If returned, this indicates that there are more results to obtain.
|
public java.util.List<EventDescription> getEvents()
public void setEvents(java.util.Collection<EventDescription> events)
events - A list of EventDescription.public DescribeEventsResult withEvents(EventDescription... events)
Returns a reference to this object so that method calls can be chained together.
events - A list of EventDescription.public DescribeEventsResult withEvents(java.util.Collection<EventDescription> events)
Returns a reference to this object so that method calls can be chained together.
events - A list of EventDescription.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - If returned, this indicates that there are more results to obtain. Use
this token in the next DescribeEvents call to get the next
batch of events.public DescribeEventsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - If returned, this indicates that there are more results to obtain. Use
this token in the next DescribeEvents call to get the next
batch of events.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