@Generated(value="software.amazon.awssdk:codegen") public class CacheNodeTypeSpecificValue extends Object implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends CacheNodeTypeSpecificValue.Builder> |
serializableBuilderClass() |
CacheNodeTypeSpecificValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
The value for the cache node type.
|
copypublic String cacheNodeType()
The cache node type for which this value applies.
public String value()
The value for the cache node type.
public CacheNodeTypeSpecificValue.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>public static CacheNodeTypeSpecificValue.Builder builder()
public static Class<? extends CacheNodeTypeSpecificValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.