|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheNodeTypeSpecificValue
public class CacheNodeTypeSpecificValue
A value that applies only to a certain Cache Node Type.
| Constructor Summary | |
|---|---|
CacheNodeTypeSpecificValue()
Default constructor for a new CacheNodeTypeSpecificValue object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCacheNodeType()
Specifies the Cache Node type for which this value applies. |
String |
getValue()
Specifies the value for the Cache Node type. |
int |
hashCode()
|
void |
setCacheNodeType(String cacheNodeType)
Specifies the Cache Node type for which this value applies. |
void |
setValue(String value)
Specifies the value for the Cache Node type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheNodeTypeSpecificValue |
withCacheNodeType(String cacheNodeType)
Specifies the Cache Node type for which this value applies. |
CacheNodeTypeSpecificValue |
withValue(String value)
Specifies the value for the Cache Node type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheNodeTypeSpecificValue()
| Method Detail |
|---|
public String getCacheNodeType()
public void setCacheNodeType(String cacheNodeType)
cacheNodeType - Specifies the Cache Node type for which this value applies.public CacheNodeTypeSpecificValue withCacheNodeType(String cacheNodeType)
Returns a reference to this object so that method calls can be chained together.
cacheNodeType - Specifies the Cache Node type for which this value applies.
public String getValue()
public void setValue(String value)
value - Specifies the value for the Cache Node type.public CacheNodeTypeSpecificValue withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value - Specifies the value for the Cache Node type.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||