Class ParameterObject
java.lang.Object
com.amazonaws.services.datapipeline.model.ParameterObject
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information about a parameter object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The attributes of the parameter object.getId()
The ID of the parameter object.int
hashCode()
void
setAttributes
(Collection<ParameterAttribute> attributes) The attributes of the parameter object.void
The ID of the parameter object.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(ParameterAttribute... attributes) The attributes of the parameter object.withAttributes
(Collection<ParameterAttribute> attributes) The attributes of the parameter object.The ID of the parameter object.
-
Constructor Details
-
ParameterObject
public ParameterObject()
-
-
Method Details
-
setId
The ID of the parameter object.
- Parameters:
id
- The ID of the parameter object.
-
getId
The ID of the parameter object.
- Returns:
- The ID of the parameter object.
-
withId
The ID of the parameter object.
- Parameters:
id
- The ID of the parameter object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAttributes
The attributes of the parameter object.
- Returns:
- The attributes of the parameter object.
-
setAttributes
The attributes of the parameter object.
- Parameters:
attributes
- The attributes of the parameter object.
-
withAttributes
The attributes of the parameter object.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
orwithAttributes(java.util.Collection)
if you want to override the existing values.- Parameters:
attributes
- The attributes of the parameter object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAttributes
The attributes of the parameter object.
- Parameters:
attributes
- The attributes of the parameter object.- 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
-