@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 managed nodes.
|
List<Map<String,String>> |
getEntries()
A list of inventory items on the managed nodes.
|
String |
getInstanceId()
The managed node 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 managed nodes.
|
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 managed nodes.
|
void |
setEntries(Collection<Map<String,String>> entries)
A list of inventory items on the managed nodes.
|
void |
setInstanceId(String instanceId)
The managed node 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 managed nodes.
|
void |
setTypeName(String typeName)
The type of inventory item returned by the request.
|
String |
toString()
Returns a string representation of this object.
|
ListInventoryEntriesResult |
withCaptureTime(String captureTime)
The time that inventory information was collected for the managed nodes.
|
ListInventoryEntriesResult |
withEntries(Collection<Map<String,String>> entries)
A list of inventory items on the managed nodes.
|
ListInventoryEntriesResult |
withEntries(Map<String,String>... entries)
A list of inventory items on the managed nodes.
|
ListInventoryEntriesResult |
withInstanceId(String instanceId)
The managed node 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 managed nodes.
|
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 managed node ID targeted by the request to query inventory information.
instanceId
- The managed node ID targeted by the request to query inventory information.public String getInstanceId()
The managed node ID targeted by the request to query inventory information.
public ListInventoryEntriesResult withInstanceId(String instanceId)
The managed node ID targeted by the request to query inventory information.
instanceId
- The managed node ID targeted by the request to query inventory information.public void setSchemaVersion(String schemaVersion)
The inventory schema version used by the managed nodes.
schemaVersion
- The inventory schema version used by the managed nodes.public String getSchemaVersion()
The inventory schema version used by the managed nodes.
public ListInventoryEntriesResult withSchemaVersion(String schemaVersion)
The inventory schema version used by the managed nodes.
schemaVersion
- The inventory schema version used by the managed nodes.public void setCaptureTime(String captureTime)
The time that inventory information was collected for the managed nodes.
captureTime
- The time that inventory information was collected for the managed nodes.public String getCaptureTime()
The time that inventory information was collected for the managed nodes.
public ListInventoryEntriesResult withCaptureTime(String captureTime)
The time that inventory information was collected for the managed nodes.
captureTime
- The time that inventory information was collected for the managed nodes.public List<Map<String,String>> getEntries()
A list of inventory items on the managed nodes.
public void setEntries(Collection<Map<String,String>> entries)
A list of inventory items on the managed nodes.
entries
- A list of inventory items on the managed nodes.public ListInventoryEntriesResult withEntries(Map<String,String>... entries)
A list of inventory items on the managed nodes.
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 managed nodes.public ListInventoryEntriesResult withEntries(Collection<Map<String,String>> entries)
A list of inventory items on the managed nodes.
entries
- A list of inventory items on the managed nodes.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()