|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudsearch.model.DeleteRankExpressionResult
public class DeleteRankExpressionResult
A response message that contains the status of a deleted RankExpression .
| Constructor Summary | |
|---|---|
DeleteRankExpressionResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
RankExpressionStatus |
getRankExpression()
The value of a RankExpression and its current status. |
int |
hashCode()
|
void |
setRankExpression(RankExpressionStatus rankExpression)
The value of a RankExpression and its current status. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteRankExpressionResult |
withRankExpression(RankExpressionStatus rankExpression)
The value of a RankExpression and its current status. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteRankExpressionResult()
| Method Detail |
|---|
public RankExpressionStatus getRankExpression()
RankExpression and its current status.
RankExpression and its current status.public void setRankExpression(RankExpressionStatus rankExpression)
RankExpression and its current status.
rankExpression - The value of a RankExpression and its current status.public DeleteRankExpressionResult withRankExpression(RankExpressionStatus rankExpression)
RankExpression and its current status.
Returns a reference to this object so that method calls can be chained together.
rankExpression - The value of a RankExpression and its current status.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||