@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDbParameterGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDbParameterGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDbParameterGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<DbParameterGroupSummary> |
getItems()
A list of Timestream for InfluxDB DB parameter group summaries.
|
String |
getNextToken()
Token from a previous call of the operation.
|
int |
hashCode() |
void |
setItems(Collection<DbParameterGroupSummary> items)
A list of Timestream for InfluxDB DB parameter group summaries.
|
void |
setNextToken(String nextToken)
Token from a previous call of the operation.
|
String |
toString()
Returns a string representation of this object.
|
ListDbParameterGroupsResult |
withItems(Collection<DbParameterGroupSummary> items)
A list of Timestream for InfluxDB DB parameter group summaries.
|
ListDbParameterGroupsResult |
withItems(DbParameterGroupSummary... items)
A list of Timestream for InfluxDB DB parameter group summaries.
|
ListDbParameterGroupsResult |
withNextToken(String nextToken)
Token from a previous call of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DbParameterGroupSummary> getItems()
A list of Timestream for InfluxDB DB parameter group summaries.
public void setItems(Collection<DbParameterGroupSummary> items)
A list of Timestream for InfluxDB DB parameter group summaries.
items - A list of Timestream for InfluxDB DB parameter group summaries.public ListDbParameterGroupsResult withItems(DbParameterGroupSummary... items)
A list of Timestream for InfluxDB DB parameter group 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 parameter group summaries.public ListDbParameterGroupsResult withItems(Collection<DbParameterGroupSummary> items)
A list of Timestream for InfluxDB DB parameter group summaries.
items - A list of Timestream for InfluxDB DB parameter group 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 ListDbParameterGroupsResult 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 ListDbParameterGroupsResult clone()