@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 ObjectObject.toString()public ACLsUpdateStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.