|
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(java.lang.String parameterName)
Constructs a new ParameterNameValue object. |
|
ParameterNameValue(java.lang.String parameterName,
java.lang.String parameterValue)
Constructs a new ParameterNameValue object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getParameterName()
Specifies the name of the parameter. |
java.lang.String |
getParameterValue()
Specifies the value of the parameter. |
int |
hashCode()
|
void |
setParameterName(java.lang.String parameterName)
Specifies the name of the parameter. |
void |
setParameterValue(java.lang.String parameterValue)
Specifies the value of the parameter. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ParameterNameValue |
withParameterName(java.lang.String parameterName)
Specifies the name of the parameter. |
ParameterNameValue |
withParameterValue(java.lang.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(java.lang.String parameterName)
parameterName
- Specifies the name of the parameter.public ParameterNameValue(java.lang.String parameterName, java.lang.String parameterValue)
parameterName
- Specifies the name of the parameter.parameterValue
- Specifies the value of the parameter.Method Detail |
---|
public java.lang.String getParameterName()
public void setParameterName(java.lang.String parameterName)
parameterName
- Specifies the name of the parameter.public ParameterNameValue withParameterName(java.lang.String parameterName)
Returns a reference to this object so that method calls can be chained together.
parameterName
- Specifies the name of the parameter.
public java.lang.String getParameterValue()
public void setParameterValue(java.lang.String parameterValue)
parameterValue
- Specifies the value of the parameter.public ParameterNameValue withParameterValue(java.lang.String parameterValue)
Returns a reference to this object so that method calls can be chained together.
parameterValue
- Specifies the value of the parameter.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |