Class IndexDocument
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IndexDocument.Builder,IndexDocument>
Container for the Suffix element.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexDocument.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends IndexDocument.Builder>final Stringsuffix()A suffix that is appended to a request that is for a directory on the website endpoint.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexDocument.Builder,IndexDocument>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-