public class DescribeExpressionsResult extends Object 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; 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)
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.
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()
public DescribeExpressionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.