Class S3LogsConfigurationResult
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.S3LogsConfigurationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3LogsConfigurationResult.Builder,S3LogsConfigurationResult>
@Generated("software.amazon.awssdk:codegen") public final class S3LogsConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3LogsConfigurationResult.Builder,S3LogsConfigurationResult>
Describes whether S3 data event logs will be enabled as a data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3LogsConfigurationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3LogsConfigurationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends S3LogsConfigurationResult.Builder>serializableBuilderClass()DataSourceStatusstatus()A value that describes whether S3 data event logs are automatically enabled for new members of the organization.StringstatusAsString()A value that describes whether S3 data event logs are automatically enabled for new members of the organization.S3LogsConfigurationResult.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 DataSourceStatus status()
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDataSourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
- See Also:
DataSourceStatus
-
statusAsString
public final String statusAsString()
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDataSourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
- See Also:
DataSourceStatus
-
toBuilder
public S3LogsConfigurationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3LogsConfigurationResult.Builder,S3LogsConfigurationResult>
-
builder
public static S3LogsConfigurationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3LogsConfigurationResult.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.
-
-