public class DeleteExpressionResult extends Object implements Serializable, Cloneable
The result of a DeleteExpression
request. Specifies the
expression being deleted.
Constructor and Description |
---|
DeleteExpressionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteExpressionResult |
clone() |
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.
|
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 DeleteExpressionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.