Class IndexFieldStatus
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.IndexFieldStatus
-
- All Implemented Interfaces:
Serializable,Cloneable
public class IndexFieldStatus extends Object implements Serializable, Cloneable
The value of an
IndexFieldand its current status.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexFieldStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexFieldStatusclone()booleanequals(Object obj)IndexFieldgetOptions()OptionStatusgetStatus()inthashCode()voidsetOptions(IndexField options)voidsetStatus(OptionStatus status)StringtoString()Returns a string representation of this object; useful for testing and debugging.IndexFieldStatuswithOptions(IndexField options)IndexFieldStatuswithStatus(OptionStatus status)
-
-
-
Method Detail
-
setOptions
public void setOptions(IndexField options)
- Parameters:
options-
-
getOptions
public IndexField getOptions()
- Returns:
-
withOptions
public IndexFieldStatus withOptions(IndexField options)
- Parameters:
options-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
public void setStatus(OptionStatus status)
- Parameters:
status-
-
getStatus
public OptionStatus getStatus()
- Returns:
-
withStatus
public IndexFieldStatus withStatus(OptionStatus status)
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public IndexFieldStatus clone()
-
-