public class DefineIndexFieldResult extends Object implements Serializable, Cloneable
The result of a DefineIndexField request. Contains the
status of the newly-configured index field.
| Constructor and Description |
|---|
DefineIndexFieldResult() |
| Modifier and Type | Method and Description |
|---|---|
DefineIndexFieldResult |
clone() |
boolean |
equals(Object obj) |
IndexFieldStatus |
getIndexField()
The value of an
IndexField and its current status. |
int |
hashCode() |
void |
setIndexField(IndexFieldStatus indexField)
The value of an
IndexField and its current status. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineIndexFieldResult |
withIndexField(IndexFieldStatus indexField)
The value of an
IndexField and its current status. |
public IndexFieldStatus getIndexField()
IndexField and its current status.IndexField and its current status.public void setIndexField(IndexFieldStatus indexField)
IndexField and its current status.indexField - The value of an IndexField and its current status.public DefineIndexFieldResult withIndexField(IndexFieldStatus indexField)
IndexField and its current status.
Returns a reference to this object so that method calls can be chained together.
indexField - The value of an IndexField and its current status.public String toString()
toString in class ObjectObject.toString()public DefineIndexFieldResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.