@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()
The token that indicates the start of the next sequential page of results.
|
List<StageSummary> |
getStages()
A list of stage summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
void |
setStages(Collection<StageSummary> stages)
A list of stage summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListStagesResult |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListStagesResult |
withStages(Collection<StageSummary> stages)
A list of stage summaries.
|
ListStagesResult |
withStages(StageSummary... stages)
A list of stage summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken - The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
public String getNextToken()
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
Use this value when making the next call to this operation to continue where the last one finished.
public ListStagesResult withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken - The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
public List<StageSummary> getStages()
A list of stage summaries. You can use the stage names in the UpdateStage and GetStage
actions.
UpdateStage and
GetStage actions.public void setStages(Collection<StageSummary> stages)
A list of stage summaries. You can use the stage names in the UpdateStage and GetStage
actions.
stages - A list of stage summaries. You can use the stage names in the UpdateStage and
GetStage actions.public ListStagesResult withStages(StageSummary... stages)
A list of stage summaries. You can use the stage names in the UpdateStage and GetStage
actions.
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 - A list of stage summaries. You can use the stage names in the UpdateStage and
GetStage actions.public ListStagesResult withStages(Collection<StageSummary> stages)
A list of stage summaries. You can use the stage names in the UpdateStage and GetStage
actions.
stages - A list of stage summaries. You can use the stage names in the UpdateStage and
GetStage actions.public String toString()
toString in class ObjectObject.toString()public ListStagesResult clone()
Copyright © 2023. All rights reserved.