@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterValue extends Object implements Serializable, Cloneable, StructuredPojo
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 | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.