Class ListDeploymentInstancesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a list deployment instances operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of instance IDs.If a large amount of information is returned, an identifier is also returned.int
hashCode()
void
setInstancesList
(Collection<String> instancesList) A list of instance IDs.void
setNextToken
(String nextToken) If a large amount of information is returned, an identifier is also returned.toString()
Returns a string representation of this object; useful for testing and debugging.withInstancesList
(String... instancesList) A list of instance IDs.withInstancesList
(Collection<String> instancesList) A list of instance IDs.withNextToken
(String nextToken) If a large amount of information is returned, an identifier is also returned.
-
Constructor Details
-
ListDeploymentInstancesResult
public ListDeploymentInstancesResult()
-
-
Method Details
-
getInstancesList
A list of instance IDs.
- Returns:
- A list of instance IDs.
-
setInstancesList
A list of instance IDs.
- Parameters:
instancesList
- A list of instance IDs.
-
withInstancesList
A list of instance IDs.
NOTE: This method appends the values to the existing list (if any). Use
setInstancesList(java.util.Collection)
orwithInstancesList(java.util.Collection)
if you want to override the existing values.- Parameters:
instancesList
- A list of instance IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInstancesList
A list of instance IDs.
- Parameters:
instancesList
- A list of instance IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
- Parameters:
nextToken
- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
-
getNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
- Returns:
- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
-
withNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
- Parameters:
nextToken
- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-