Class S3WordsList
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.S3WordsList
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3WordsList.Builder,S3WordsList>
@Generated("software.amazon.awssdk:codegen") public final class S3WordsList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3WordsList.Builder,S3WordsList>
Provides information about an S3 object that lists specific text to ignore.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3WordsList.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The full name of the S3 bucket that contains the object.static S3WordsList.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectKey()The full name (key) of the object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3WordsList.Builder>serializableBuilderClass()S3WordsList.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
-
bucketName
public final String bucketName()
The full name of the S3 bucket that contains the object.
- Returns:
- The full name of the S3 bucket that contains the object.
-
objectKey
public final String objectKey()
The full name (key) of the object.
- Returns:
- The full name (key) of the object.
-
toBuilder
public S3WordsList.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3WordsList.Builder,S3WordsList>
-
builder
public static S3WordsList.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3WordsList.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-