@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateParameter extends Object implements Serializable, Cloneable
The TemplateParameter data type.
Constructor and Description |
---|
TemplateParameter() |
Modifier and Type | Method and Description |
---|---|
TemplateParameter |
clone() |
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.
|
public void setParameterKey(String parameterKey)
The name associated with the parameter.
parameterKey
- The name associated with the parameter.public String getParameterKey()
The name associated with the parameter.
public TemplateParameter withParameterKey(String parameterKey)
The name associated with the parameter.
parameterKey
- The name associated with the parameter.public void setDefaultValue(String defaultValue)
The default value associated with the parameter.
defaultValue
- The default value associated with the parameter.public String getDefaultValue()
The default value associated with the parameter.
public TemplateParameter withDefaultValue(String defaultValue)
The default value associated with the parameter.
defaultValue
- The default value associated with the parameter.public void setNoEcho(Boolean noEcho)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
noEcho
- Flag indicating whether the parameter should be displayed as plain text in logs and UIs.public Boolean getNoEcho()
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
public TemplateParameter withNoEcho(Boolean noEcho)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
noEcho
- Flag indicating whether the parameter should be displayed as plain text in logs and UIs.public Boolean isNoEcho()
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
public void setDescription(String description)
User defined description associated with the parameter.
description
- User defined description associated with the parameter.public String getDescription()
User defined description associated with the parameter.
public TemplateParameter withDescription(String description)
User defined description associated with the parameter.
description
- User defined description associated with the parameter.public String toString()
toString
in class Object
Object.toString()
public TemplateParameter clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.