|
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.cloudformation.model.Parameter
public class Parameter
The Parameter data type.
Constructor Summary | |
---|---|
Parameter()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getParameterKey()
The key associated with the parameter. |
String |
getParameterValue()
The value associated with the parameter. |
int |
hashCode()
|
void |
setParameterKey(String parameterKey)
The key associated with the parameter. |
void |
setParameterValue(String parameterValue)
The value associated with the parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Parameter |
withParameterKey(String parameterKey)
The key associated with the parameter. |
Parameter |
withParameterValue(String parameterValue)
The value associated with the parameter. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Parameter()
Method Detail |
---|
public String getParameterKey()
public void setParameterKey(String parameterKey)
parameterKey
- The key associated with the parameter.public Parameter withParameterKey(String parameterKey)
Returns a reference to this object so that method calls can be chained together.
parameterKey
- The key associated with the parameter.
public String getParameterValue()
public void setParameterValue(String parameterValue)
parameterValue
- The value associated with the parameter.public Parameter withParameterValue(String parameterValue)
Returns a reference to this object so that method calls can be chained together.
parameterValue
- The value associated with the parameter.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |