@Generated(value="software.amazon.awssdk:codegen") public final class AwsGuardDutyDetectorDataSourcesKubernetesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder,AwsGuardDutyDetectorDataSourcesKubernetesDetails>
An object that contains information on the status of Kubernetes data sources for the detector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails |
auditLogs()
Describes whether Kubernetes audit logs are activated as a data source for the detector.
|
static AwsGuardDutyDetectorDataSourcesKubernetesDetails.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 AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder> |
serializableBuilderClass() |
AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails auditLogs()
Describes whether Kubernetes audit logs are activated as a data source for the detector.
public AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder toBuilder()
public static AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder builder()
public static Class<? extends AwsGuardDutyDetectorDataSourcesKubernetesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.