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