Class DescribeEventsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a DescribeEvents action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of events.Provides an identifier to allow retrieval of paginated results.int
hashCode()
void
setEvents
(Collection<Event> events) A list of events.void
Provides an identifier to allow retrieval of paginated results.toString()
Returns a string representation of this object; useful for testing and debugging.withEvents
(Event... events) A list of events.withEvents
(Collection<Event> events) A list of events.withMarker
(String marker) Provides an identifier to allow retrieval of paginated results.
-
Constructor Details
-
DescribeEventsResult
public DescribeEventsResult()
-
-
Method Details
-
setMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.
-
getMarker
Provides an identifier to allow retrieval of paginated results.
- Returns:
- Provides an identifier to allow retrieval of paginated results.
-
withMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getEvents
A list of events. Each element in the list contains detailed information about one event.
- Returns:
- A list of events. Each element in the list contains detailed information about one event.
-
setEvents
A list of events. Each element in the list contains detailed information about one event.
- Parameters:
events
- A list of events. Each element in the list contains detailed information about one event.
-
withEvents
A list of events. Each element in the list contains detailed information about one event.
NOTE: This method appends the values to the existing list (if any). Use
setEvents(java.util.Collection)
orwithEvents(java.util.Collection)
if you want to override the existing values.- Parameters:
events
- A list of events. Each element in the list contains detailed information about one event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEvents
A list of events. Each element in the list contains detailed information about one event.
- Parameters:
events
- A list of events. Each element in the list contains detailed information about one event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-