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()
boolean
int
hashCode()
void
setIndexField
(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
-
setIndexField
- Parameters:
indexField
-
-
getIndexField
- Returns:
-
withIndexField
- Parameters:
indexField
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-