public class DescribeExpressionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DescribeExpressions
request. Contains the
expressions configured for the domain specified in the request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ExpressionStatus> |
expressions
The expressions configured for the domain.
|
Constructor and Description |
---|
DescribeExpressionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExpressionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ExpressionStatus> |
getExpressions()
The expressions configured for the domain.
|
int |
hashCode() |
void |
setExpressions(java.util.Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExpressionsResult |
withExpressions(java.util.Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
|
DescribeExpressionsResult |
withExpressions(ExpressionStatus... expressions)
The expressions configured for the domain.
|
private SdkInternalList<ExpressionStatus> expressions
The expressions configured for the domain.
public java.util.List<ExpressionStatus> getExpressions()
The expressions configured for the domain.
public void setExpressions(java.util.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(java.util.Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
expressions
- The expressions configured for the domain.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeExpressionsResult clone()
clone
in class java.lang.Object