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