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()
boolean
getId()
The ID of the parameter value.The field value, expressed as a String.int
hashCode()
void
The ID of the parameter value.void
setStringValue
(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
The ID of the parameter value.
- Returns:
- The ID of the parameter value.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-