public class AuditCheckConfiguration
extends java.lang.Object
implements java.io.Serializable
Which audit checks are enabled and disabled for this account.
| Constructor and Description |
|---|
AuditCheckConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getEnabled()
True if this audit check is enabled for this account.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
True if this audit check is enabled for this account.
|
void |
setEnabled(java.lang.Boolean enabled)
True if this audit check is enabled for this account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AuditCheckConfiguration |
withEnabled(java.lang.Boolean enabled)
True if this audit check is enabled for this account.
|
public java.lang.Boolean isEnabled()
True if this audit check is enabled for this account.
True if this audit check is enabled for this account.
public java.lang.Boolean getEnabled()
True if this audit check is enabled for this account.
True if this audit check is enabled for this account.
public void setEnabled(java.lang.Boolean enabled)
True if this audit check is enabled for this account.
enabled - True if this audit check is enabled for this account.
public AuditCheckConfiguration withEnabled(java.lang.Boolean enabled)
True if this audit check is enabled for this account.
Returns a reference to this object so that method calls can be chained together.
enabled - True if this audit check is enabled for this account.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.