public class DescribeExpressionsResult extends Object implements Serializable
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 |
---|---|
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; useful for testing and
debugging.
|
DescribeExpressionsResult |
withExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
|
DescribeExpressionsResult |
withExpressions(ExpressionStatus... expressions)
The expressions configured for the domain.
|
public List<ExpressionStatus> getExpressions()
public void setExpressions(Collection<ExpressionStatus> expressions)
expressions
- The expressions configured for the domain.public DescribeExpressionsResult withExpressions(ExpressionStatus... expressions)
Returns a reference to this object so that method calls can be chained together.
expressions
- The expressions configured for the domain.public DescribeExpressionsResult withExpressions(Collection<ExpressionStatus> expressions)
Returns a reference to this object so that method calls can be chained together.
expressions
- The expressions configured for the domain.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.