|
||||||||||
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. |
Boolean |
getUsePreviousValue()
During a stack update, use the existing parameter value that is being used for the stack. |
int |
hashCode()
|
Boolean |
isUsePreviousValue()
During a stack update, use the existing parameter value that is being used for the stack. |
void |
setParameterKey(String parameterKey)
The key associated with the parameter. |
void |
setParameterValue(String parameterValue)
The value associated with the parameter. |
void |
setUsePreviousValue(Boolean usePreviousValue)
During a stack update, use the existing parameter value that is being used for the stack. |
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. |
Parameter |
withUsePreviousValue(Boolean usePreviousValue)
During a stack update, use the existing parameter value that is being used for the stack. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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 Boolean isUsePreviousValue()
public void setUsePreviousValue(Boolean usePreviousValue)
usePreviousValue
- During a stack update, use the existing parameter value that is being
used for the stack.public Parameter withUsePreviousValue(Boolean usePreviousValue)
Returns a reference to this object so that method calls can be chained together.
usePreviousValue
- During a stack update, use the existing parameter value that is being
used for the stack.
public Boolean getUsePreviousValue()
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 |