public class DescribeRankExpressionsResult extends Object implements Serializable
A response message that contains the rank expressions for a search domain.
Constructor and Description |
---|
DescribeRankExpressionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<RankExpressionStatus> |
getRankExpressions()
The rank expressions configured for the domain.
|
int |
hashCode() |
void |
setRankExpressions(Collection<RankExpressionStatus> rankExpressions)
The rank expressions configured for the domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRankExpressionsResult |
withRankExpressions(Collection<RankExpressionStatus> rankExpressions)
The rank expressions configured for the domain.
|
DescribeRankExpressionsResult |
withRankExpressions(RankExpressionStatus... rankExpressions)
The rank expressions configured for the domain.
|
public List<RankExpressionStatus> getRankExpressions()
public void setRankExpressions(Collection<RankExpressionStatus> rankExpressions)
rankExpressions
- The rank expressions configured for the domain.public DescribeRankExpressionsResult withRankExpressions(RankExpressionStatus... rankExpressions)
Returns a reference to this object so that method calls can be chained together.
rankExpressions
- The rank expressions configured for the domain.public DescribeRankExpressionsResult withRankExpressions(Collection<RankExpressionStatus> rankExpressions)
Returns a reference to this object so that method calls can be chained together.
rankExpressions
- The rank expressions configured for the domain.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.