@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStageDeploymentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStageDeploymentsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStageDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
List<StageDeploymentSummary> |
getStageDeployments()
A list of stage deployment summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
void |
setStageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListStageDeploymentsResult |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListStageDeploymentsResult |
withStageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries.
|
ListStageDeploymentsResult |
withStageDeployments(StageDeploymentSummary... stageDeployments)
A list of stage deployment 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 ListStageDeploymentsResult 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<StageDeploymentSummary> getStageDeployments()
A list of stage deployment summaries. You can use the deployment IDs in the UpdateStageDeployment
and GetStageDeployment actions.
UpdateStageDeployment and GetStageDeployment actions.public void setStageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries. You can use the deployment IDs in the UpdateStageDeployment
and GetStageDeployment actions.
stageDeployments - A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.public ListStageDeploymentsResult withStageDeployments(StageDeploymentSummary... stageDeployments)
A list of stage deployment summaries. You can use the deployment IDs in the UpdateStageDeployment
and GetStageDeployment actions.
NOTE: This method appends the values to the existing list (if any). Use
setStageDeployments(java.util.Collection) or withStageDeployments(java.util.Collection) if you
want to override the existing values.
stageDeployments - A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.public ListStageDeploymentsResult withStageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries. You can use the deployment IDs in the UpdateStageDeployment
and GetStageDeployment actions.
stageDeployments - A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.public String toString()
toString in class ObjectObject.toString()public ListStageDeploymentsResult clone()
Copyright © 2023. All rights reserved.