DefineIndexFieldResult instead.@Deprecated public class DefineIndexFieldResult extends Object implements Serializable
A response message that contains the status of an updated index field.
| Constructor and Description |
|---|
DefineIndexFieldResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
IndexFieldStatus |
getIndexField()
Deprecated.
The value of an
IndexField and its current status. |
int |
hashCode()
Deprecated.
|
void |
setIndexField(IndexFieldStatus indexField)
Deprecated.
The value of an
IndexField and its current status. |
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DefineIndexFieldResult |
withIndexField(IndexFieldStatus indexField)
Deprecated.
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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.