@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IndexFieldStatus extends Object implements Serializable, Cloneable
The value of an IndexField
and its current status.
Constructor and Description |
---|
IndexFieldStatus() |
Modifier and Type | Method and 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) |
public void setOptions(IndexField options)
options
- public IndexField getOptions()
public IndexFieldStatus withOptions(IndexField options)
options
- public void setStatus(OptionStatus status)
status
- public OptionStatus getStatus()
public IndexFieldStatus withStatus(OptionStatus status)
status
- public String toString()
toString
in class Object
Object.toString()
public IndexFieldStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.