@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KubernetesConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes whether any Kubernetes data sources are enabled.
Constructor and Description |
---|
KubernetesConfiguration() |
Modifier and Type | Method and Description |
---|---|
KubernetesConfiguration |
clone() |
boolean |
equals(Object obj) |
KubernetesAuditLogsConfiguration |
getAuditLogs()
The status of Kubernetes audit logs as a data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuditLogs(KubernetesAuditLogsConfiguration auditLogs)
The status of Kubernetes audit logs as a data source.
|
String |
toString()
Returns a string representation of this object.
|
KubernetesConfiguration |
withAuditLogs(KubernetesAuditLogsConfiguration auditLogs)
The status of Kubernetes audit logs as a data source.
|
public void setAuditLogs(KubernetesAuditLogsConfiguration auditLogs)
The status of Kubernetes audit logs as a data source.
auditLogs
- The status of Kubernetes audit logs as a data source.public KubernetesAuditLogsConfiguration getAuditLogs()
The status of Kubernetes audit logs as a data source.
public KubernetesConfiguration withAuditLogs(KubernetesAuditLogsConfiguration auditLogs)
The status of Kubernetes audit logs as a data source.
auditLogs
- The status of Kubernetes audit logs as a data source.public String toString()
toString
in class Object
Object.toString()
public KubernetesConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.