com.amazonaws.services.cloudsearchv2.model
Class ExpressionStatus

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

public class ExpressionStatus
extends Object
implements Serializable

The value of an Expression and its current status.

See Also:
Serialized Form

Constructor Summary
ExpressionStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 Expression getOptions()
          The expression that is evaluated for sorting or filtering while processing a search request.
 OptionStatus getStatus()
          The status of domain configuration option.
 int hashCode()
           
 void setOptions(Expression options)
          The expression that is evaluated for sorting or filtering while processing a search request.
 void setStatus(OptionStatus status)
          The status of domain configuration option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ExpressionStatus withOptions(Expression options)
          The expression that is evaluated for sorting or filtering while processing a search request.
 ExpressionStatus withStatus(OptionStatus status)
          The status of domain configuration option.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionStatus

public ExpressionStatus()
Method Detail

getOptions

public Expression getOptions()
The expression that is evaluated for sorting or filtering while processing a search request.

Returns:
The expression that is evaluated for sorting or filtering while processing a search request.

setOptions

public void setOptions(Expression options)
The expression that is evaluated for sorting or filtering while processing a search request.

Parameters:
options - The expression that is evaluated for sorting or filtering while processing a search request.

withOptions

public ExpressionStatus withOptions(Expression options)
The expression that is evaluated for sorting or filtering while processing a search request.

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

Parameters:
options - The expression that is evaluated for sorting or filtering while processing a search request.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public OptionStatus getStatus()
The status of domain configuration option.

Returns:
The status of domain configuration option.

setStatus

public void setStatus(OptionStatus status)
The status of domain configuration option.

Parameters:
status - The status of domain configuration option.

withStatus

public ExpressionStatus withStatus(OptionStatus status)
The status of domain configuration option.

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

Parameters:
status - The status of domain configuration option.
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.