Class OrganizationKubernetesAuditLogsConfigurationResult
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.OrganizationKubernetesAuditLogsConfigurationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationKubernetesAuditLogsConfigurationResult.Builder,OrganizationKubernetesAuditLogsConfigurationResult>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationKubernetesAuditLogsConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationKubernetesAuditLogsConfigurationResult.Builder,OrganizationKubernetesAuditLogsConfigurationResult>
The current configuration of Kubernetes audit logs as a data source for the organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationKubernetesAuditLogsConfigurationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoEnable()Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.static OrganizationKubernetesAuditLogsConfigurationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OrganizationKubernetesAuditLogsConfigurationResult.Builder>serializableBuilderClass()OrganizationKubernetesAuditLogsConfigurationResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoEnable
public final Boolean autoEnable()
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
- Returns:
- Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
-
toBuilder
public OrganizationKubernetesAuditLogsConfigurationResult.Builder toBuilder()
-
builder
public static OrganizationKubernetesAuditLogsConfigurationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationKubernetesAuditLogsConfigurationResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-