@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCacheParameterGroupsResponse extends ElastiCacheResponse implements ToCopyableBuilder<DescribeCacheParameterGroupsResponse.Builder,DescribeCacheParameterGroupsResponse>
Represents the output of a DescribeCacheParameterGroups operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCacheParameterGroupsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCacheParameterGroupsResponse.Builder |
builder() |
List<CacheParameterGroup> |
cacheParameterGroups()
A list of cache parameter groups.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCacheParameterGroups()
Returns true if the CacheParameterGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
marker()
Provides an identifier to allow retrieval of paginated results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCacheParameterGroupsResponse.Builder> |
serializableBuilderClass() |
DescribeCacheParameterGroupsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String marker()
Provides an identifier to allow retrieval of paginated results.
public final boolean hasCacheParameterGroups()
public final List<CacheParameterGroup> cacheParameterGroups()
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCacheParameterGroups() to see if a value was sent in this field.
public DescribeCacheParameterGroupsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCacheParameterGroupsResponse.Builder,DescribeCacheParameterGroupsResponse>toBuilder in class AwsResponsepublic static DescribeCacheParameterGroupsResponse.Builder builder()
public static Class<? extends DescribeCacheParameterGroupsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.