Class CacheNodeTypeSpecificValue
java.lang.Object
com.amazonaws.services.elasticache.model.CacheNodeTypeSpecificValue
- All Implemented Interfaces:
Serializable
,Cloneable
A value that applies only to a certain cache node type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The cache node type for which this value applies.getValue()
The value for the cache node type.int
hashCode()
void
setCacheNodeType
(String cacheNodeType) The cache node type for which this value applies.void
The value for the cache node type.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheNodeType
(String cacheNodeType) The cache node type for which this value applies.The value for the cache node type.
-
Constructor Details
-
CacheNodeTypeSpecificValue
public CacheNodeTypeSpecificValue()
-
-
Method Details
-
setCacheNodeType
The cache node type for which this value applies.
- Parameters:
cacheNodeType
- The cache node type for which this value applies.
-
getCacheNodeType
The cache node type for which this value applies.
- Returns:
- The cache node type for which this value applies.
-
withCacheNodeType
The cache node type for which this value applies.
- Parameters:
cacheNodeType
- The cache node type for which this value applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
The value for the cache node type.
- Parameters:
value
- The value for the cache node type.
-
getValue
The value for the cache node type.
- Returns:
- The value for the cache node type.
-
withValue
The value for the cache node type.
- Parameters:
value
- The value for the cache node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-