@Generated(value="software.amazon.awssdk:codegen") public final class KubernetesAuditLogsConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KubernetesAuditLogsConfigurationResult.Builder,KubernetesAuditLogsConfigurationResult>
Describes whether Kubernetes audit logs are enabled as a data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KubernetesAuditLogsConfigurationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesAuditLogsConfigurationResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KubernetesAuditLogsConfigurationResult.Builder> |
serializableBuilderClass() |
DataSourceStatus |
status()
A value that describes whether Kubernetes audit logs are enabled as a data source.
|
String |
statusAsString()
A value that describes whether Kubernetes audit logs are enabled as a data source.
|
KubernetesAuditLogsConfigurationResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DataSourceStatus status()
A value that describes whether Kubernetes audit logs are enabled as a data source.
If the service returns an enum value that is not available in the current SDK version, status will
return DataSourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DataSourceStatuspublic final String statusAsString()
A value that describes whether Kubernetes audit logs are enabled as a data source.
If the service returns an enum value that is not available in the current SDK version, status will
return DataSourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DataSourceStatuspublic KubernetesAuditLogsConfigurationResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KubernetesAuditLogsConfigurationResult.Builder,KubernetesAuditLogsConfigurationResult>public static KubernetesAuditLogsConfigurationResult.Builder builder()
public static Class<? extends KubernetesAuditLogsConfigurationResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.