@Deprecated public class DeleteRankExpressionResult extends Object implements Serializable
A response message that contains the status of a deleted RankExpression .
| Constructor and Description |
|---|
DeleteRankExpressionResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
RankExpressionStatus |
getRankExpression()
Deprecated.
The value of a
RankExpression and its current status. |
int |
hashCode()
Deprecated.
|
void |
setRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRankExpressionResult |
withRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.