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