@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStageSessionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStageSessionsResult() |
Modifier and Type | Method and Description |
---|---|
ListStageSessionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more stage sessions than
maxResults , use nextToken in the request to get
the next set. |
List<StageSessionSummary> |
getStageSessions()
List of matching stage sessions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more stage sessions than
maxResults , use nextToken in the request to get
the next set. |
void |
setStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
|
String |
toString()
Returns a string representation of this object.
|
ListStageSessionsResult |
withNextToken(String nextToken)
If there are more stage sessions than
maxResults , use nextToken in the request to get
the next set. |
ListStageSessionsResult |
withStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
|
ListStageSessionsResult |
withStageSessions(StageSessionSummary... stageSessions)
List of matching stage sessions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StageSessionSummary> getStageSessions()
List of matching stage sessions.
public void setStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
stageSessions
- List of matching stage sessions.public ListStageSessionsResult withStageSessions(StageSessionSummary... stageSessions)
List of matching stage sessions.
NOTE: This method appends the values to the existing list (if any). Use
setStageSessions(java.util.Collection)
or withStageSessions(java.util.Collection)
if you want
to override the existing values.
stageSessions
- List of matching stage sessions.public ListStageSessionsResult withStageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
stageSessions
- List of matching stage sessions.public void setNextToken(String nextToken)
If there are more stage sessions than maxResults
, use nextToken
in the request to get
the next set.
nextToken
- If there are more stage sessions than maxResults
, use nextToken
in the request
to get the next set.public String getNextToken()
If there are more stage sessions than maxResults
, use nextToken
in the request to get
the next set.
maxResults
, use nextToken
in the request
to get the next set.public ListStageSessionsResult withNextToken(String nextToken)
If there are more stage sessions than maxResults
, use nextToken
in the request to get
the next set.
nextToken
- If there are more stage sessions than maxResults
, use nextToken
in the request
to get the next set.public String toString()
toString
in class Object
Object.toString()
public ListStageSessionsResult clone()