@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteACLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteACLResult() |
Modifier and Type | Method and Description |
---|---|
DeleteACLResult |
clone() |
boolean |
equals(Object obj) |
ACL |
getACL()
The Access Control List object that has been deleted.
|
int |
hashCode() |
void |
setACL(ACL aCL)
The Access Control List object that has been deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteACLResult |
withACL(ACL aCL)
The Access Control List object that has been deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setACL(ACL aCL)
The Access Control List object that has been deleted.
aCL
- The Access Control List object that has been deleted.public ACL getACL()
The Access Control List object that has been deleted.
public DeleteACLResult withACL(ACL aCL)
The Access Control List object that has been deleted.
aCL
- The Access Control List object that has been deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteACLResult clone()