public class ParameterValue extends Object implements Serializable, Cloneable
A value or list of parameter values.
| Constructor and Description | 
|---|
| ParameterValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterValue | clone() | 
| boolean | equals(Object obj) | 
| String | getId()
 The ID of the parameter value. | 
| String | getStringValue()
 The field value, expressed as a String. | 
| int | hashCode() | 
| void | setId(String id)
 The ID of the parameter value. | 
| void | setStringValue(String stringValue)
 The field value, expressed as a String. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ParameterValue | withId(String id)
 The ID of the parameter value. | 
| ParameterValue | withStringValue(String stringValue)
 The field value, expressed as a String. | 
public void setId(String id)
The ID of the parameter value.
id - The ID of the parameter value.public String getId()
The ID of the parameter value.
public ParameterValue withId(String id)
The ID of the parameter value.
id - The ID of the parameter value.public void setStringValue(String stringValue)
The field value, expressed as a String.
stringValue - The field value, expressed as a String.public String getStringValue()
The field value, expressed as a String.
public ParameterValue withStringValue(String stringValue)
The field value, expressed as a String.
stringValue - The field value, expressed as a String.public String toString()
toString in class ObjectObject.toString()public ParameterValue clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.