|
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.ParameterNameValue
public class ParameterNameValue
A name and value pair used to update the value of a Parameter.
| Constructor Summary | |
|---|---|
ParameterNameValue()
Default constructor for a new ParameterNameValue object. |
|
ParameterNameValue(String parameterName)
Constructs a new ParameterNameValue object. |
|
ParameterNameValue(String parameterName,
String parameterValue)
Constructs a new ParameterNameValue object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getParameterName()
Specifies the name of the parameter. |
String |
getParameterValue()
Specifies the value of the parameter. |
int |
hashCode()
|
void |
setParameterName(String parameterName)
Specifies the name of the parameter. |
void |
setParameterValue(String parameterValue)
Specifies the value of the parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ParameterNameValue |
withParameterName(String parameterName)
Specifies the name of the parameter. |
ParameterNameValue |
withParameterValue(String parameterValue)
Specifies the value of the parameter. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterNameValue()
public ParameterNameValue(String parameterName)
parameterName - Specifies the name of the parameter.
public ParameterNameValue(String parameterName,
String parameterValue)
parameterName - Specifies the name of the parameter.parameterValue - Specifies the value of the parameter.| Method Detail |
|---|
public String getParameterName()
public void setParameterName(String parameterName)
parameterName - Specifies the name of the parameter.public ParameterNameValue withParameterName(String parameterName)
Returns a reference to this object so that method calls can be chained together.
parameterName - Specifies the name of the parameter.
public String getParameterValue()
public void setParameterValue(String parameterValue)
parameterValue - Specifies the value of the parameter.public ParameterNameValue withParameterValue(String parameterValue)
Returns a reference to this object so that method calls can be chained together.
parameterValue - Specifies the value of the parameter.
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 | ||||||