@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDbParameterGroupsResponse extends RdsResponse implements ToCopyableBuilder<DescribeDbParameterGroupsResponse.Builder,DescribeDbParameterGroupsResponse>
Contains the result of a successful invocation of the DescribeDBParameterGroups
action.
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeDbParameterGroupsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeDbParameterGroupsResponse.Builder |
builder() |
List<DBParameterGroup> |
dbParameterGroups()
A list of
DBParameterGroup instances. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
An optional pagination token provided by a previous request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDbParameterGroupsResponse.Builder> |
serializableBuilderClass() |
DescribeDbParameterGroupsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String marker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public List<DBParameterGroup> dbParameterGroups()
A list of DBParameterGroup
instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
DBParameterGroup
instances.public DescribeDbParameterGroupsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeDbParameterGroupsResponse.Builder,DescribeDbParameterGroupsResponse>
toBuilder
in class AwsResponse
public static DescribeDbParameterGroupsResponse.Builder builder()
public static Class<? extends DescribeDbParameterGroupsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.