@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInventoryEntriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInventoryEntriesResult() |
Modifier and Type | Method and Description |
---|---|
ListInventoryEntriesResult |
clone() |
boolean |
equals(Object obj) |
String |
getCaptureTime()
The time that inventory information was collected for the instance(s).
|
List<Map<String,String>> |
getEntries()
A list of inventory items on the instance(s).
|
String |
getInstanceId()
The instance ID targeted by the request to query inventory information.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
String |
getSchemaVersion()
The inventory schema version used by the instance(s).
|
String |
getTypeName()
The type of inventory item returned by the request.
|
int |
hashCode() |
void |
setCaptureTime(String captureTime)
The time that inventory information was collected for the instance(s).
|
void |
setEntries(Collection<Map<String,String>> entries)
A list of inventory items on the instance(s).
|
void |
setInstanceId(String instanceId)
The instance ID targeted by the request to query inventory information.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setSchemaVersion(String schemaVersion)
The inventory schema version used by the instance(s).
|
void |
setTypeName(String typeName)
The type of inventory item returned by the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListInventoryEntriesResult |
withCaptureTime(String captureTime)
The time that inventory information was collected for the instance(s).
|
ListInventoryEntriesResult |
withEntries(Collection<Map<String,String>> entries)
A list of inventory items on the instance(s).
|
ListInventoryEntriesResult |
withEntries(Map<String,String>... entries)
A list of inventory items on the instance(s).
|
ListInventoryEntriesResult |
withInstanceId(String instanceId)
The instance ID targeted by the request to query inventory information.
|
ListInventoryEntriesResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
ListInventoryEntriesResult |
withSchemaVersion(String schemaVersion)
The inventory schema version used by the instance(s).
|
ListInventoryEntriesResult |
withTypeName(String typeName)
The type of inventory item returned by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTypeName(String typeName)
The type of inventory item returned by the request.
typeName
- The type of inventory item returned by the request.public String getTypeName()
The type of inventory item returned by the request.
public ListInventoryEntriesResult withTypeName(String typeName)
The type of inventory item returned by the request.
typeName
- The type of inventory item returned by the request.public void setInstanceId(String instanceId)
The instance ID targeted by the request to query inventory information.
instanceId
- The instance ID targeted by the request to query inventory information.public String getInstanceId()
The instance ID targeted by the request to query inventory information.
public ListInventoryEntriesResult withInstanceId(String instanceId)
The instance ID targeted by the request to query inventory information.
instanceId
- The instance ID targeted by the request to query inventory information.public void setSchemaVersion(String schemaVersion)
The inventory schema version used by the instance(s).
schemaVersion
- The inventory schema version used by the instance(s).public String getSchemaVersion()
The inventory schema version used by the instance(s).
public ListInventoryEntriesResult withSchemaVersion(String schemaVersion)
The inventory schema version used by the instance(s).
schemaVersion
- The inventory schema version used by the instance(s).public void setCaptureTime(String captureTime)
The time that inventory information was collected for the instance(s).
captureTime
- The time that inventory information was collected for the instance(s).public String getCaptureTime()
The time that inventory information was collected for the instance(s).
public ListInventoryEntriesResult withCaptureTime(String captureTime)
The time that inventory information was collected for the instance(s).
captureTime
- The time that inventory information was collected for the instance(s).public List<Map<String,String>> getEntries()
A list of inventory items on the instance(s).
public void setEntries(Collection<Map<String,String>> entries)
A list of inventory items on the instance(s).
entries
- A list of inventory items on the instance(s).public ListInventoryEntriesResult withEntries(Map<String,String>... entries)
A list of inventory items on the instance(s).
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- A list of inventory items on the instance(s).public ListInventoryEntriesResult withEntries(Collection<Map<String,String>> entries)
A list of inventory items on the instance(s).
entries
- A list of inventory items on the instance(s).public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public ListInventoryEntriesResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public ListInventoryEntriesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.