Class IndexFieldStatus
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.IndexFieldStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The value of an IndexField
and its current status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setOptions
(IndexField options) void
setStatus
(OptionStatus status) toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(IndexField options) withStatus
(OptionStatus status)
-
Constructor Details
-
IndexFieldStatus
public IndexFieldStatus()
-
-
Method Details
-
setOptions
- Parameters:
options
-
-
getOptions
- Returns:
-
withOptions
- Parameters:
options
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
- Parameters:
status
-
-
getStatus
- Returns:
-
withStatus
- Parameters:
status
-- 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
-