@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComputeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListComputeResult() |
Modifier and Type | Method and Description |
---|---|
ListComputeResult |
clone() |
boolean |
equals(Object obj) |
List<Compute> |
getComputeList()
A list of compute resources registered to the fleet you specified.
|
String |
getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation.
|
int |
hashCode() |
void |
setComputeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
|
void |
setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListComputeResult |
withComputeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
|
ListComputeResult |
withComputeList(Compute... computeList)
A list of compute resources registered to the fleet you specified.
|
ListComputeResult |
withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Compute> getComputeList()
A list of compute resources registered to the fleet you specified.
public void setComputeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
computeList
- A list of compute resources registered to the fleet you specified.public ListComputeResult withComputeList(Compute... computeList)
A list of compute resources registered to the fleet you specified.
NOTE: This method appends the values to the existing list (if any). Use
setComputeList(java.util.Collection)
or withComputeList(java.util.Collection)
if you want to
override the existing values.
computeList
- A list of compute resources registered to the fleet you specified.public ListComputeResult withComputeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
computeList
- A list of compute resources registered to the fleet you specified.public void setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
public ListComputeResult withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String toString()
toString
in class Object
Object.toString()
public ListComputeResult clone()