@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExpressionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeExpressions request. Contains the expressions configured for the domain
specified in the request.
| Constructor and Description |
|---|
DescribeExpressionsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeExpressionsResult |
clone() |
boolean |
equals(Object obj) |
List<ExpressionStatus> |
getExpressions()
The expressions configured for the domain.
|
int |
hashCode() |
void |
setExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExpressionsResult |
withExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
|
DescribeExpressionsResult |
withExpressions(ExpressionStatus... expressions)
The expressions configured for the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExpressionStatus> getExpressions()
The expressions configured for the domain.
public void setExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
expressions - The expressions configured for the domain.public DescribeExpressionsResult withExpressions(ExpressionStatus... expressions)
The expressions configured for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setExpressions(java.util.Collection) or withExpressions(java.util.Collection) if you want to
override the existing values.
expressions - The expressions configured for the domain.public DescribeExpressionsResult withExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
expressions - The expressions configured for the domain.public String toString()
toString in class ObjectObject.toString()public DescribeExpressionsResult clone()