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