@Generated(value="software.amazon.awssdk:codegen") public final class CacheNodeTypeSpecificValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>
A value that applies only to a certain cache node type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CacheNodeTypeSpecificValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CacheNodeTypeSpecificValue.Builder |
builder() |
String |
cacheNodeType()
The cache node type for which this value applies.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CacheNodeTypeSpecificValue.Builder> |
serializableBuilderClass() |
CacheNodeTypeSpecificValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value for the cache node type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cacheNodeType()
The cache node type for which this value applies.
public final String value()
The value for the cache node type.
public CacheNodeTypeSpecificValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>public static CacheNodeTypeSpecificValue.Builder builder()
public static Class<? extends CacheNodeTypeSpecificValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.