@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDbInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDbInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDbInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<DbInstanceSummary> |
getItems()
A list of Timestream for InfluxDB DB instance summaries.
|
String |
getNextToken()
Token from a previous call of the operation.
|
int |
hashCode() |
void |
setItems(Collection<DbInstanceSummary> items)
A list of Timestream for InfluxDB DB instance summaries.
|
void |
setNextToken(String nextToken)
Token from a previous call of the operation.
|
String |
toString()
Returns a string representation of this object.
|
ListDbInstancesResult |
withItems(Collection<DbInstanceSummary> items)
A list of Timestream for InfluxDB DB instance summaries.
|
ListDbInstancesResult |
withItems(DbInstanceSummary... items)
A list of Timestream for InfluxDB DB instance summaries.
|
ListDbInstancesResult |
withNextToken(String nextToken)
Token from a previous call of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DbInstanceSummary> getItems()
A list of Timestream for InfluxDB DB instance summaries.
public void setItems(Collection<DbInstanceSummary> items)
A list of Timestream for InfluxDB DB instance summaries.
items - A list of Timestream for InfluxDB DB instance summaries.public ListDbInstancesResult withItems(DbInstanceSummary... items)
A list of Timestream for InfluxDB DB instance summaries.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - A list of Timestream for InfluxDB DB instance summaries.public ListDbInstancesResult withItems(Collection<DbInstanceSummary> items)
A list of Timestream for InfluxDB DB instance summaries.
items - A list of Timestream for InfluxDB DB instance summaries.public void setNextToken(String nextToken)
Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
nextToken - Token from a previous call of the operation. When this value is provided, the service returns results from
where the previous response left off.public String getNextToken()
Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
public ListDbInstancesResult withNextToken(String nextToken)
Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
nextToken - Token from a previous call of the operation. When this value is provided, the service returns results from
where the previous response left off.public String toString()
toString in class ObjectObject.toString()public ListDbInstancesResult clone()