Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DescribeRankExpressionsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.DescribeRankExpressionsResult
All Implemented Interfaces:
Serializable

public class DescribeRankExpressionsResult
extends Object
implements Serializable

A response message that contains the rank expressions for a search domain.

See Also:
Serialized Form

Constructor Summary
DescribeRankExpressionsResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeRankExpressionsResult

public DescribeRankExpressionsResult()
Method Detail

getRankExpressions

public List<RankExpressionStatus> getRankExpressions()
The rank expressions configured for the domain.

Returns:
The rank expressions configured for the domain.

setRankExpressions

public void setRankExpressions(Collection<RankExpressionStatus> rankExpressions)
The rank expressions configured for the domain.

Parameters:
rankExpressions - The rank expressions configured for the domain.

withRankExpressions

public DescribeRankExpressionsResult withRankExpressions(RankExpressionStatus... rankExpressions)
The rank expressions configured for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
rankExpressions - The rank expressions configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

withRankExpressions

public DescribeRankExpressionsResult withRankExpressions(Collection<RankExpressionStatus> rankExpressions)
The rank expressions configured for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
rankExpressions - The rank expressions configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.