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