public class ListDeploymentInstancesResult extends Object implements Serializable
Represents the output of a list deployment instances operation.
Constructor and Description |
---|
ListDeploymentInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getInstancesList()
A list of instance IDs.
|
String |
getNextToken()
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment instances call to return the next set of deployment
instances in the list.
|
int |
hashCode() |
void |
setInstancesList(Collection<String> instancesList)
A list of instance IDs.
|
void |
setNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment instances call to return the next set of deployment
instances in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeploymentInstancesResult |
withInstancesList(Collection<String> instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
withInstancesList(String... instancesList)
A list of instance IDs.
|
ListDeploymentInstancesResult |
withNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment instances call to return the next set of deployment
instances in the list.
|
public List<String> getInstancesList()
public void setInstancesList(Collection<String> instancesList)
instancesList
- A list of instance IDs.public ListDeploymentInstancesResult withInstancesList(String... instancesList)
Returns a reference to this object so that method calls can be chained together.
instancesList
- A list of instance IDs.public ListDeploymentInstancesResult withInstancesList(Collection<String> instancesList)
Returns a reference to this object so that method calls can be chained together.
instancesList
- A list of instance IDs.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment instances call to return the next set of deployment
instances in the list.public ListDeploymentInstancesResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list deployment instances call to return the next set of deployment
instances in the list.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.