Class DefineIndexFieldResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DefineIndexFieldResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a DefineIndexField request. Contains the
status of the newly-configured index field.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetIndexField(IndexFieldStatus indexField) toString()Returns a string representation of this object; useful for testing and debugging.withIndexField(IndexFieldStatus indexField)
-
Constructor Details
-
DefineIndexFieldResult
public DefineIndexFieldResult()
-
-
Method Details