|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.DescribeEventsResult
public class DescribeEventsResult
Result message wrapping a list of event descriptions.
Constructor Summary | |
---|---|
DescribeEventsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<EventDescription> |
getEvents()
A list of EventDescription. |
String |
getNextToken()
If returned, this indicates that there are more results to obtain. |
int |
hashCode()
|
void |
setEvents(Collection<EventDescription> events)
A list of EventDescription. |
void |
setNextToken(String nextToken)
If returned, this indicates that there are more results to obtain. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeEventsResult |
withEvents(Collection<EventDescription> events)
A list of EventDescription. |
DescribeEventsResult |
withEvents(EventDescription... events)
A list of EventDescription. |
DescribeEventsResult |
withNextToken(String nextToken)
If returned, this indicates that there are more results to obtain. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeEventsResult()
Method Detail |
---|
public List<EventDescription> getEvents()
public void setEvents(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(Collection<EventDescription> events)
Returns a reference to this object so that method calls can be chained together.
events
- A list of EventDescription.
public String getNextToken()
public void setNextToken(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |