@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterObject extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a parameter object.
| Constructor and Description | 
|---|
ParameterObject()  | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterObject | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<ParameterAttribute> | 
getAttributes()
 The attributes of the parameter object. 
 | 
String | 
getId()
 The ID of the parameter object. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setAttributes(Collection<ParameterAttribute> attributes)
 The attributes of the parameter object. 
 | 
void | 
setId(String id)
 The ID of the parameter object. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ParameterObject | 
withAttributes(Collection<ParameterAttribute> attributes)
 The attributes of the parameter object. 
 | 
ParameterObject | 
withAttributes(ParameterAttribute... attributes)
 The attributes of the parameter object. 
 | 
ParameterObject | 
withId(String id)
 The ID of the parameter object. 
 | 
public void setId(String id)
The ID of the parameter object.
id - The ID of the parameter object.public String getId()
The ID of the parameter object.
public ParameterObject withId(String id)
The ID of the parameter object.
id - The ID of the parameter object.public List<ParameterAttribute> getAttributes()
The attributes of the parameter object.
public void setAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
attributes - The attributes of the parameter object.public ParameterObject withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.
 NOTE: This method appends the values to the existing list (if any). Use
 setAttributes(java.util.Collection) or withAttributes(java.util.Collection) if you want to
 override the existing values.
 
attributes - The attributes of the parameter object.public ParameterObject withAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
attributes - The attributes of the parameter object.public String toString()
toString in class ObjectObject.toString()public ParameterObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.