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