|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.DescribeExpressionsResult
public class DescribeExpressionsResult
The result of a DescribeExpressions
request. Contains the
expressions configured for the domain specified in the request.
Constructor Summary | |
---|---|
DescribeExpressionsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<ExpressionStatus> |
getExpressions()
The expressions configured for the domain. |
int |
hashCode()
|
void |
setExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeExpressionsResult |
withExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain. |
DescribeExpressionsResult |
withExpressions(ExpressionStatus... expressions)
The expressions configured for the domain. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeExpressionsResult()
Method Detail |
---|
public List<ExpressionStatus> getExpressions()
public void setExpressions(Collection<ExpressionStatus> expressions)
expressions
- The expressions configured for the domain.public DescribeExpressionsResult withExpressions(ExpressionStatus... expressions)
Returns a reference to this object so that method calls can be chained together.
expressions
- The expressions configured for the domain.
public DescribeExpressionsResult withExpressions(Collection<ExpressionStatus> expressions)
Returns a reference to this object so that method calls can be chained together.
expressions
- The expressions configured for the domain.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |