Class ParameterValue
java.lang.Object
com.amazonaws.services.datapipeline.model.ParameterValue
- All Implemented Interfaces:
Serializable, Cloneable
A value or list of parameter values.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetId()The ID of the parameter value.The field value, expressed as a String.inthashCode()voidThe ID of the parameter value.voidsetStringValue(String stringValue) The field value, expressed as a String.toString()Returns a string representation of this object; useful for testing and debugging.The ID of the parameter value.withStringValue(String stringValue) The field value, expressed as a String.
-
Constructor Details
-
ParameterValue
public ParameterValue()
-
-
Method Details
-
setId
The ID of the parameter value.
- Parameters:
id- The ID of the parameter value.
-
getId
-
withId
The ID of the parameter value.
- Parameters:
id- The ID of the parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStringValue
The field value, expressed as a String.
- Parameters:
stringValue- The field value, expressed as a String.
-
getStringValue
The field value, expressed as a String.
- Returns:
- The field value, expressed as a String.
-
withStringValue
The field value, expressed as a String.
- Parameters:
stringValue- The field value, expressed as a String.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-