Class DefineExpressionResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DefineExpressionResult
- All Implemented Interfaces:
Serializable,Cloneable
The result of a DefineExpression request. Contains the status of
the newly-configured expression.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetExpression(ExpressionStatus expression) toString()Returns a string representation of this object; useful for testing and debugging.withExpression(ExpressionStatus expression)
-
Constructor Details
-
DefineExpressionResult
public DefineExpressionResult()
-
-
Method Details
-
setExpression
- Parameters:
expression-
-
getExpression
- Returns:
-
withExpression
- Parameters:
expression-- 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
-