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()
boolean
The status of the index field being deleted.int
hashCode()
void
setIndexField
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-