Class DeleteExpressionResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DeleteExpressionResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DeleteExpression
request. Specifies the
expression being deleted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the expression being deleted.int
hashCode()
void
setExpression
(ExpressionStatus expression) The status of the expression being deleted.toString()
Returns a string representation of this object; useful for testing and debugging.withExpression
(ExpressionStatus expression) The status of the expression being deleted.
-
Constructor Details
-
DeleteExpressionResult
public DeleteExpressionResult()
-
-
Method Details
-
setExpression
The status of the expression being deleted.
- Parameters:
expression
- The status of the expression being deleted.
-
getExpression
The status of the expression being deleted.
- Returns:
- The status of the expression being deleted.
-
withExpression
The status of the expression being deleted.
- Parameters:
expression
- The status of the expression being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-