@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ACLsUpdateStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the ACL update
Constructor and Description |
---|
ACLsUpdateStatus() |
Modifier and Type | Method and Description |
---|---|
ACLsUpdateStatus |
clone() |
boolean |
equals(Object obj) |
String |
getACLToApply()
A list of ACLs pending to be applied.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setACLToApply(String aCLToApply)
A list of ACLs pending to be applied.
|
String |
toString()
Returns a string representation of this object.
|
ACLsUpdateStatus |
withACLToApply(String aCLToApply)
A list of ACLs pending to be applied.
|
public void setACLToApply(String aCLToApply)
A list of ACLs pending to be applied.
aCLToApply
- A list of ACLs pending to be applied.public String getACLToApply()
A list of ACLs pending to be applied.
public ACLsUpdateStatus withACLToApply(String aCLToApply)
A list of ACLs pending to be applied.
aCLToApply
- A list of ACLs pending to be applied.public String toString()
toString
in class Object
Object.toString()
public ACLsUpdateStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.