Class OrganizationS3LogsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.OrganizationS3LogsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationS3LogsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration>
Describes whether S3 data event logs will be automatically enabled for new members of the organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationS3LogsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoEnable()A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.static OrganizationS3LogsConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OrganizationS3LogsConfiguration.Builder>serializableBuilderClass()OrganizationS3LogsConfiguration.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()
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
- Returns:
- A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
-
toBuilder
public OrganizationS3LogsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration>
-
builder
public static OrganizationS3LogsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationS3LogsConfiguration.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.
-
-