DeleteIndexFieldResult instead.@Deprecated public class DeleteIndexFieldResult extends Object implements Serializable
A response message that contains the status of a deleted index field.
| Constructor and Description |
|---|
DeleteIndexFieldResult()
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.
|
DeleteIndexFieldResult |
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 DeleteIndexFieldResult 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.