@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVerifiedAccessEndpointPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ModifyVerifiedAccessEndpointPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
ModifyVerifiedAccessEndpointPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyDocument()
The Amazon Web Services Verified Access policy document.
|
Boolean |
getPolicyEnabled()
The status of the Verified Access policy.
|
int |
hashCode() |
Boolean |
isPolicyEnabled()
The status of the Verified Access policy.
|
void |
setPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
|
void |
setPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVerifiedAccessEndpointPolicyResult |
withPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
|
ModifyVerifiedAccessEndpointPolicyResult |
withPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ModifyVerifiedAccessEndpointPolicyResult()
public void setPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
policyEnabled - The status of the Verified Access policy.public Boolean getPolicyEnabled()
The status of the Verified Access policy.
public ModifyVerifiedAccessEndpointPolicyResult withPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
policyEnabled - The status of the Verified Access policy.public Boolean isPolicyEnabled()
The status of the Verified Access policy.
public void setPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
policyDocument - The Amazon Web Services Verified Access policy document.public String getPolicyDocument()
The Amazon Web Services Verified Access policy document.
public ModifyVerifiedAccessEndpointPolicyResult withPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
policyDocument - The Amazon Web Services Verified Access policy document.public String toString()
toString in class ObjectObject.toString()public ModifyVerifiedAccessEndpointPolicyResult clone()