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