@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCoverageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCoverageResult() |
Modifier and Type | Method and Description |
---|---|
ListCoverageResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
|
List<CoverageResource> |
getResources()
A list of resources and their attributes providing cluster details.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
void |
setResources(Collection<CoverageResource> resources)
A list of resources and their attributes providing cluster details.
|
String |
toString()
Returns a string representation of this object.
|
ListCoverageResult |
withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
ListCoverageResult |
withResources(Collection<CoverageResource> resources)
A list of resources and their attributes providing cluster details.
|
ListCoverageResult |
withResources(CoverageResource... resources)
A list of resources and their attributes providing cluster details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CoverageResource> getResources()
A list of resources and their attributes providing cluster details.
public void setResources(Collection<CoverageResource> resources)
A list of resources and their attributes providing cluster details.
resources
- A list of resources and their attributes providing cluster details.public ListCoverageResult withResources(CoverageResource... resources)
A list of resources and their attributes providing cluster details.
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection)
or withResources(java.util.Collection)
if you want to
override the existing values.
resources
- A list of resources and their attributes providing cluster details.public ListCoverageResult withResources(Collection<CoverageResource> resources)
A list of resources and their attributes providing cluster details.
resources
- A list of resources and their attributes providing cluster details.public void setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
public ListCoverageResult withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String toString()
toString
in class Object
Object.toString()
public ListCoverageResult clone()