@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterValue extends Object implements Serializable, Cloneable, StructuredPojo
Parameter value of the application.
| Constructor and Description | 
|---|
| ParameterValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterValue | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 The key associated with the parameter. | 
| String | getValue()
 The input value associated with the parameter. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setName(String name)
 The key associated with the parameter. | 
| void | setValue(String value)
 The input value associated with the parameter. | 
| String | toString()Returns a string representation of this object. | 
| ParameterValue | withName(String name)
 The key associated with the parameter. | 
| ParameterValue | withValue(String value)
 The input value associated with the parameter. | 
public void setName(String name)
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
name - The key associated with the parameter. If you don't specify a key and value for a particular parameter,
        AWS CloudFormation uses the default value that is specified in your template.public String getName()
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
public ParameterValue withName(String name)
The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
name - The key associated with the parameter. If you don't specify a key and value for a particular parameter,
        AWS CloudFormation uses the default value that is specified in your template.public void setValue(String value)
The input value associated with the parameter.
value - The input value associated with the parameter.public String getValue()
The input value associated with the parameter.
public ParameterValue withValue(String value)
The input value associated with the parameter.
value - The input value associated with the parameter.public String toString()
toString in class ObjectObject.toString()public ParameterValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.