Class DeleteIndexFieldResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DeleteIndexFieldResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a DeleteIndexField request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe status of the index field being deleted.inthashCode()voidsetIndexField(IndexFieldStatus indexField) The status of the index field being deleted.toString()Returns a string representation of this object; useful for testing and debugging.withIndexField(IndexFieldStatus indexField) The status of the index field being deleted.
-
Constructor Details
-
DeleteIndexFieldResult
public DeleteIndexFieldResult()
-
-
Method Details
-
setIndexField
The status of the index field being deleted.
- Parameters:
indexField- The status of the index field being deleted.
-
getIndexField
The status of the index field being deleted.
- Returns:
- The status of the index field being deleted.
-
withIndexField
The status of the index field being deleted.
- Parameters:
indexField- The status of the index field being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-