@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessPointPolicyStatusResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessPointPolicyStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessPointPolicyStatusResult |
clone() |
boolean |
equals(Object obj) |
PolicyStatus |
getPolicyStatus()
Indicates the current policy status of the specified access point.
|
int |
hashCode() |
void |
setPolicyStatus(PolicyStatus policyStatus)
Indicates the current policy status of the specified access point.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessPointPolicyStatusResult |
withPolicyStatus(PolicyStatus policyStatus)
Indicates the current policy status of the specified access point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPolicyStatus(PolicyStatus policyStatus)
Indicates the current policy status of the specified access point.
policyStatus
- Indicates the current policy status of the specified access point.public PolicyStatus getPolicyStatus()
Indicates the current policy status of the specified access point.
public GetAccessPointPolicyStatusResult withPolicyStatus(PolicyStatus policyStatus)
Indicates the current policy status of the specified access point.
policyStatus
- Indicates the current policy status of the specified access point.public String toString()
toString
in class Object
Object.toString()
public GetAccessPointPolicyStatusResult clone()