public class DeleteExpressionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DeleteExpression
request. Specifies the
expression being deleted.
Modifier and Type | Field and Description |
---|---|
private ExpressionStatus |
expression
The status of the expression being deleted.
|
Constructor and Description |
---|
DeleteExpressionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteExpressionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ExpressionStatus |
getExpression()
The status of the expression being deleted.
|
int |
hashCode() |
void |
setExpression(ExpressionStatus expression)
The status of the expression being deleted.
|
java.lang.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.
|
private ExpressionStatus expression
The status of the expression being deleted.
public void setExpression(ExpressionStatus expression)
The status of the expression being deleted.
expression
- The status of the expression being deleted.public ExpressionStatus getExpression()
The status of the expression being deleted.
public DeleteExpressionResult withExpression(ExpressionStatus expression)
The status of the expression being deleted.
expression
- The status of the expression being deleted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteExpressionResult clone()
clone
in class java.lang.Object