@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceInventoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResourceInventoryResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceInventoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Token for the next set of results.
|
List<ResourceInventory> |
getResourceInventoryList()
Information about the resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Token for the next set of results.
|
void |
setResourceInventoryList(Collection<ResourceInventory> resourceInventoryList)
Information about the resources.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceInventoryResult |
withNextToken(String nextToken)
Token for the next set of results.
|
ListResourceInventoryResult |
withResourceInventoryList(Collection<ResourceInventory> resourceInventoryList)
Information about the resources.
|
ListResourceInventoryResult |
withResourceInventoryList(ResourceInventory... resourceInventoryList)
Information about the resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceInventory> getResourceInventoryList()
Information about the resources.
public void setResourceInventoryList(Collection<ResourceInventory> resourceInventoryList)
Information about the resources.
resourceInventoryList
- Information about the resources.public ListResourceInventoryResult withResourceInventoryList(ResourceInventory... resourceInventoryList)
Information about the resources.
NOTE: This method appends the values to the existing list (if any). Use
setResourceInventoryList(java.util.Collection)
or
withResourceInventoryList(java.util.Collection)
if you want to override the existing values.
resourceInventoryList
- Information about the resources.public ListResourceInventoryResult withResourceInventoryList(Collection<ResourceInventory> resourceInventoryList)
Information about the resources.
resourceInventoryList
- Information about the resources.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListResourceInventoryResult withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListResourceInventoryResult clone()