@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReplaysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReplaysResult() |
Modifier and Type | Method and Description |
---|---|
ListReplaysResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<Replay> |
getReplays()
An array of
Replay objects that contain information about the replay. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
void |
setReplays(Collection<Replay> replays)
An array of
Replay objects that contain information about the replay. |
String |
toString()
Returns a string representation of this object.
|
ListReplaysResult |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListReplaysResult |
withReplays(Collection<Replay> replays)
An array of
Replay objects that contain information about the replay. |
ListReplaysResult |
withReplays(Replay... replays)
An array of
Replay objects that contain information about the replay. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Replay> getReplays()
An array of Replay
objects that contain information about the replay.
Replay
objects that contain information about the replay.public void setReplays(Collection<Replay> replays)
An array of Replay
objects that contain information about the replay.
replays
- An array of Replay
objects that contain information about the replay.public ListReplaysResult withReplays(Replay... replays)
An array of Replay
objects that contain information about the replay.
NOTE: This method appends the values to the existing list (if any). Use
setReplays(java.util.Collection)
or withReplays(java.util.Collection)
if you want to override
the existing values.
replays
- An array of Replay
objects that contain information about the replay.public ListReplaysResult withReplays(Collection<Replay> replays)
An array of Replay
objects that contain information about the replay.
replays
- An array of Replay
objects that contain information about the replay.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListReplaysResult withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListReplaysResult clone()