@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStagesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStagesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more rooms than
maxResults, use nextToken in the request to get the next
set. |
List<StageSummary> |
getStages()
List of the matching stages (summary information only).
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the next
set. |
void |
setStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
String |
toString()
Returns a string representation of this object.
|
ListStagesResult |
withNextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the next
set. |
ListStagesResult |
withStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
ListStagesResult |
withStages(StageSummary... stages)
List of the matching stages (summary information only).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If there are more rooms than maxResults, use nextToken in the request to get the next
set.
nextToken - If there are more rooms than maxResults, use nextToken in the request to get the
next set.public String getNextToken()
If there are more rooms than maxResults, use nextToken in the request to get the next
set.
maxResults, use nextToken in the request to get
the next set.public ListStagesResult withNextToken(String nextToken)
If there are more rooms than maxResults, use nextToken in the request to get the next
set.
nextToken - If there are more rooms than maxResults, use nextToken in the request to get the
next set.public List<StageSummary> getStages()
List of the matching stages (summary information only).
public void setStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
stages - List of the matching stages (summary information only).public ListStagesResult withStages(StageSummary... stages)
List of the matching stages (summary information only).
NOTE: This method appends the values to the existing list (if any). Use
setStages(java.util.Collection) or withStages(java.util.Collection) if you want to override the
existing values.
stages - List of the matching stages (summary information only).public ListStagesResult withStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
stages - List of the matching stages (summary information only).public String toString()
toString in class ObjectObject.toString()public ListStagesResult clone()
Copyright © 2023. All rights reserved.