@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3WordsList.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The full name of the S3 bucket that contains the object.
|
static S3WordsList.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectKey()
The full name (key) of the object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3WordsList.Builder> |
serializableBuilderClass() |
S3WordsList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The full name of the S3 bucket that contains the object.
public final String objectKey()
The full name (key) of the object.
public S3WordsList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3WordsList.Builder,S3WordsList>public static S3WordsList.Builder builder()
public static Class<? extends S3WordsList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.