public class DefineRankExpressionResult extends Object implements Serializable
A response message that contains the status of an updated RankExpression
.
Constructor and Description |
---|
DefineRankExpressionResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
DefineRankExpressionResult |
withRankExpression(RankExpressionStatus rankExpression)
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 DefineRankExpressionResult 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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.