@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProgressUpdateStreamsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProgressUpdateStreamsResult() |
Modifier and Type | Method and Description |
---|---|
ListProgressUpdateStreamsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more streams created than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
List<ProgressUpdateStreamSummary> |
getProgressUpdateStreamSummaryList()
List of progress update streams up to the max number of results passed in the input.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more streams created than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
void |
setProgressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListProgressUpdateStreamsResult |
withNextToken(String nextToken)
If there are more streams created than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
ListProgressUpdateStreamsResult |
withProgressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
ListProgressUpdateStreamsResult |
withProgressUpdateStreamSummaryList(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProgressUpdateStreamSummary> getProgressUpdateStreamSummaryList()
List of progress update streams up to the max number of results passed in the input.
public void setProgressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
progressUpdateStreamSummaryList
- List of progress update streams up to the max number of results passed in the input.public ListProgressUpdateStreamsResult withProgressUpdateStreamSummaryList(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
NOTE: This method appends the values to the existing list (if any). Use
setProgressUpdateStreamSummaryList(java.util.Collection)
or
withProgressUpdateStreamSummaryList(java.util.Collection)
if you want to override the existing values.
progressUpdateStreamSummaryList
- List of progress update streams up to the max number of results passed in the input.public ListProgressUpdateStreamsResult withProgressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
progressUpdateStreamSummaryList
- List of progress update streams up to the max number of results passed in the input.public void setNextToken(String nextToken)
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more streams created than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.public String getNextToken()
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
public ListProgressUpdateStreamsResult withNextToken(String nextToken)
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more streams created than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.public String toString()
toString
in class Object
Object.toString()
public ListProgressUpdateStreamsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.