Class AwsGuardDutyDetectorDataSourcesS3LogsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsGuardDutyDetectorDataSourcesS3LogsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder,AwsGuardDutyDetectorDataSourcesS3LogsDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder>serializableBuilderClass()Stringstatus()A value that describes whether S3 data event logs are automatically enabled for new members of an organization.AwsGuardDutyDetectorDataSourcesS3LogsDetails.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
-
status
public final String status()
A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
- Returns:
- A value that describes whether S3 data event logs are automatically enabled for new members of an organization.
-
toBuilder
public AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder,AwsGuardDutyDetectorDataSourcesS3LogsDetails>
-
builder
public static AwsGuardDutyDetectorDataSourcesS3LogsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsGuardDutyDetectorDataSourcesS3LogsDetails.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.
-
-