@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<Attribute> |
getAttributes()
A list of attribute objects that were successfully deleted from your resource.
|
int |
hashCode() |
void |
setAttributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAttributesResult |
withAttributes(Attribute... attributes)
A list of attribute objects that were successfully deleted from your resource.
|
DeleteAttributesResult |
withAttributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Attribute> getAttributes()
A list of attribute objects that were successfully deleted from your resource.
public void setAttributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
attributes - A list of attribute objects that were successfully deleted from your resource.public DeleteAttributesResult withAttributes(Attribute... attributes)
A list of attribute objects that were successfully deleted from your resource.
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 - A list of attribute objects that were successfully deleted from your resource.public DeleteAttributesResult withAttributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
attributes - A list of attribute objects that were successfully deleted from your resource.public String toString()
toString in class ObjectObject.toString()public DeleteAttributesResult clone()