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
IndexField
and 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 IndexFieldStatus
clone()
boolean
equals(Object obj)
IndexField
getOptions()
OptionStatus
getStatus()
int
hashCode()
void
setOptions(IndexField options)
void
setStatus(OptionStatus status)
String
toString()
Returns a string representation of this object; useful for testing and debugging.IndexFieldStatus
withOptions(IndexField options)
IndexFieldStatus
withStatus(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public IndexFieldStatus clone()
-
-