@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamingSessionBackupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStreamingSessionBackupsResult() |
Modifier and Type | Method and Description |
---|---|
ListStreamingSessionBackupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
List<StreamingSessionBackup> |
getStreamingSessionBackups()
Information about the streaming session backups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamingSessionBackupsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionBackupsResult |
withStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
ListStreamingSessionBackupsResult |
withStreamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListStreamingSessionBackupsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public List<StreamingSessionBackup> getStreamingSessionBackups()
Information about the streaming session backups.
public void setStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
streamingSessionBackups
- Information about the streaming session backups.public ListStreamingSessionBackupsResult withStreamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
NOTE: This method appends the values to the existing list (if any). Use
setStreamingSessionBackups(java.util.Collection)
or
withStreamingSessionBackups(java.util.Collection)
if you want to override the existing values.
streamingSessionBackups
- Information about the streaming session backups.public ListStreamingSessionBackupsResult withStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
streamingSessionBackups
- Information about the streaming session backups.public String toString()
toString
in class Object
Object.toString()
public ListStreamingSessionBackupsResult clone()