@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; 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeExpressionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.