@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KubernetesAuditLogsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether Kubernetes audit logs are enabled as a data source.
| Constructor and Description |
|---|
KubernetesAuditLogsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesAuditLogsConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnable()
The status of Kubernetes audit logs as a data source.
|
int |
hashCode() |
Boolean |
isEnable()
The status of Kubernetes audit logs as a data source.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnable(Boolean enable)
The status of Kubernetes audit logs as a data source.
|
String |
toString()
Returns a string representation of this object.
|
KubernetesAuditLogsConfiguration |
withEnable(Boolean enable)
The status of Kubernetes audit logs as a data source.
|
public void setEnable(Boolean enable)
The status of Kubernetes audit logs as a data source.
enable - The status of Kubernetes audit logs as a data source.public Boolean getEnable()
The status of Kubernetes audit logs as a data source.
public KubernetesAuditLogsConfiguration withEnable(Boolean enable)
The status of Kubernetes audit logs as a data source.
enable - The status of Kubernetes audit logs as a data source.public Boolean isEnable()
The status of Kubernetes audit logs as a data source.
public String toString()
toString in class ObjectObject.toString()public KubernetesAuditLogsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.