|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.DefineExpressionResult
public class DefineExpressionResult
The result of a DefineExpression
request. Contains the
status of the newly-configured expression.
Constructor Summary | |
---|---|
DefineExpressionResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ExpressionStatus |
getExpression()
The value of an Expression and its current status. |
int |
hashCode()
|
void |
setExpression(ExpressionStatus expression)
The value of an Expression and its current status. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DefineExpressionResult |
withExpression(ExpressionStatus expression)
The value of an Expression and its current status. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefineExpressionResult()
Method Detail |
---|
public ExpressionStatus getExpression()
Expression
and its current status.
Expression
and its current status.public void setExpression(ExpressionStatus expression)
Expression
and its current status.
expression
- The value of an Expression
and its current status.public DefineExpressionResult withExpression(ExpressionStatus expression)
Expression
and its current status.
Returns a reference to this object so that method calls can be chained together.
expression
- The value of an Expression
and its current status.
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 |