|
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.TemplateParameter
public class TemplateParameter
The TemplateParameter data type.
Constructor Summary | |
---|---|
TemplateParameter()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDefaultValue()
The default value associated with the parameter. |
String |
getDescription()
User defined description associated with the parameter. |
Boolean |
getNoEcho()
Flag indicating whether the parameter should be displayed as plain text in logs and UIs. |
String |
getParameterKey()
The name associated with the parameter. |
int |
hashCode()
|
Boolean |
isNoEcho()
Flag indicating whether the parameter should be displayed as plain text in logs and UIs. |
void |
setDefaultValue(String defaultValue)
The default value associated with the parameter. |
void |
setDescription(String description)
User defined description associated with the parameter. |
void |
setNoEcho(Boolean noEcho)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs. |
void |
setParameterKey(String parameterKey)
The name associated with the parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TemplateParameter |
withDefaultValue(String defaultValue)
The default value associated with the parameter. |
TemplateParameter |
withDescription(String description)
User defined description associated with the parameter. |
TemplateParameter |
withNoEcho(Boolean noEcho)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs. |
TemplateParameter |
withParameterKey(String parameterKey)
The name associated with the parameter. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TemplateParameter()
Method Detail |
---|
public String getParameterKey()
public void setParameterKey(String parameterKey)
parameterKey
- The name associated with the parameter.public TemplateParameter withParameterKey(String parameterKey)
Returns a reference to this object so that method calls can be chained together.
parameterKey
- The name associated with the parameter.
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- The default value associated with the parameter.public TemplateParameter withDefaultValue(String defaultValue)
Returns a reference to this object so that method calls can be chained together.
defaultValue
- The default value associated with the parameter.
public Boolean isNoEcho()
public void setNoEcho(Boolean noEcho)
noEcho
- Flag indicating whether the parameter should be displayed as plain
text in logs and UIs.public TemplateParameter withNoEcho(Boolean noEcho)
Returns a reference to this object so that method calls can be chained together.
noEcho
- Flag indicating whether the parameter should be displayed as plain
text in logs and UIs.
public Boolean getNoEcho()
public String getDescription()
public void setDescription(String description)
description
- User defined description associated with the parameter.public TemplateParameter withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- User defined description 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 |