@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DeleteAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.