@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.