Class IndexDocument
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.IndexDocument
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IndexDocument.Builder,IndexDocument>
@Generated("software.amazon.awssdk:codegen") public final class IndexDocument extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexDocument.Builder,IndexDocument>
Container for the
Suffixelement.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIndexDocument.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexDocument.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IndexDocument.Builder>serializableBuilderClass()Stringsuffix()A suffix that is appended to a request that is for a directory on the website endpoint.IndexDocument.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
-
suffix
public final String suffix()
A suffix that is appended to a request that is for a directory on the website endpoint. (For example, if the suffix is
index.htmland you make a request tosamplebucket/images/, the data that is returned will be for the object with the key nameimages/index.html.) The suffix must not be empty and must not include a slash character.Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
- Returns:
- A suffix that is appended to a request that is for a directory on the website endpoint. (For example, if
the suffix is
index.htmland you make a request tosamplebucket/images/, the data that is returned will be for the object with the key nameimages/index.html.) The suffix must not be empty and must not include a slash character.Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
-
toBuilder
public IndexDocument.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexDocument.Builder,IndexDocument>
-
builder
public static IndexDocument.Builder builder()
-
serializableBuilderClass
public static Class<? extends IndexDocument.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
-
-