@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVerifiedAccessEndpointPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVerifiedAccessEndpointPolicyResult() |
Modifier and Type | Method and Description |
---|---|
GetVerifiedAccessEndpointPolicyResult |
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.
|
GetVerifiedAccessEndpointPolicyResult |
withPolicyDocument(String policyDocument)
The Amazon Web Services Verified Access policy document.
|
GetVerifiedAccessEndpointPolicyResult |
withPolicyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetVerifiedAccessEndpointPolicyResult()
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 GetVerifiedAccessEndpointPolicyResult 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 GetVerifiedAccessEndpointPolicyResult 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 Object
Object.toString()
public GetVerifiedAccessEndpointPolicyResult clone()
Copyright © 2023. All rights reserved.