public class PolicyStatus extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PolicyStatus() |
Modifier and Type | Method and Description |
---|---|
PolicyStatus |
clone() |
boolean |
equals(Object o) |
Boolean |
getIsPublic()
The public-policy status for this bucket.
|
int |
hashCode() |
void |
setIsPublic(Boolean isPublic)
The public-policy status for this bucket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PolicyStatus |
withIsPublic(Boolean isPublic)
The public-policy status for this bucket.
|
public Boolean getIsPublic()
TRUE
indicates that this bucket is public. FALSE
indicates that the bucket is not public.public void setIsPublic(Boolean isPublic)
TRUE
indicates that this bucket is public. FALSE
indicates that the bucket is not public.isPublic
- True if the bucket is public, false if not.public PolicyStatus withIsPublic(Boolean isPublic)
TRUE
indicates that this bucket is public. FALSE
indicates that the bucket is not public.isPublic
- True if the bucket is public, false if not.public String toString()
toString
in class Object
Object.toString()
public PolicyStatus clone()
Copyright © 2022. All rights reserved.