@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditCheckConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Which audit checks are enabled and disabled for this account.
Constructor and Description |
---|
AuditCheckConfiguration() |
Modifier and Type | Method and Description |
---|---|
AuditCheckConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
True if this audit check is enabled for this account.
|
int |
hashCode() |
Boolean |
isEnabled()
True if this audit check is enabled for this account.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
True if this audit check is enabled for this account.
|
String |
toString()
Returns a string representation of this object.
|
AuditCheckConfiguration |
withEnabled(Boolean enabled)
True if this audit check is enabled for this account.
|
public void setEnabled(Boolean enabled)
True if this audit check is enabled for this account.
enabled
- True if this audit check is enabled for this account.public Boolean getEnabled()
True if this audit check is enabled for this account.
public AuditCheckConfiguration withEnabled(Boolean enabled)
True if this audit check is enabled for this account.
enabled
- True if this audit check is enabled for this account.public Boolean isEnabled()
True if this audit check is enabled for this account.
public String toString()
toString
in class Object
Object.toString()
public AuditCheckConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.