Class DescribeExpressionsResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeExpressionsResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a DescribeExpressions request. Contains the
expressions configured for the domain specified in the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe expressions configured for the domain.inthashCode()voidsetExpressions(Collection<ExpressionStatus> expressions) The expressions configured for the domain.toString()Returns a string representation of this object; useful for testing and debugging.withExpressions(ExpressionStatus... expressions) The expressions configured for the domain.withExpressions(Collection<ExpressionStatus> expressions) The expressions configured for the domain.
-
Constructor Details
-
DescribeExpressionsResult
public DescribeExpressionsResult()
-
-
Method Details
-
getExpressions
The expressions configured for the domain.
- Returns:
- The expressions configured for the domain.
-
setExpressions
The expressions configured for the domain.
- Parameters:
expressions- The expressions configured for the domain.
-
withExpressions
The expressions configured for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setExpressions(java.util.Collection)orwithExpressions(java.util.Collection)if you want to override the existing values.- Parameters:
expressions- The expressions configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withExpressions
The expressions configured for the domain.
- Parameters:
expressions- The expressions configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-