com.amazonaws.services.cloudsearchv2.model
Class DescribeExpressionsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearchv2.model.DescribeExpressionsResult
All Implemented Interfaces:
Serializable

public class DescribeExpressionsResult
extends Object
implements Serializable

The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.

See Also:
Serialized Form

Constructor Summary
DescribeExpressionsResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeExpressionsResult

public DescribeExpressionsResult()
Method Detail

getExpressions

public List<ExpressionStatus> getExpressions()
The expressions configured for the domain.

Returns:
The expressions configured for the domain.

setExpressions

public void setExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.

Parameters:
expressions - The expressions configured for the domain.

withExpressions

public DescribeExpressionsResult withExpressions(ExpressionStatus... expressions)
The expressions configured for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
expressions - The expressions configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

withExpressions

public DescribeExpressionsResult withExpressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
expressions - The expressions configured for the domain.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.