com.amazonaws.services.cloudsearchv2.model
Class DefineExpressionResult

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

public class DefineExpressionResult
extends Object
implements Serializable

The result of a DefineExpression request. Contains the status of the newly-configured expression.

See Also:
Serialized Form

Constructor Summary
DefineExpressionResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 ExpressionStatus getExpression()
          The value of an Expression and its current status.
 int hashCode()
           
 void setExpression(ExpressionStatus expression)
          The value of an Expression and its current status.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DefineExpressionResult withExpression(ExpressionStatus expression)
          The value of an Expression and its current status.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefineExpressionResult

public DefineExpressionResult()
Method Detail

getExpression

public ExpressionStatus getExpression()
The value of an Expression and its current status.

Returns:
The value of an Expression and its current status.

setExpression

public void setExpression(ExpressionStatus expression)
The value of an Expression and its current status.

Parameters:
expression - The value of an Expression and its current status.

withExpression

public DefineExpressionResult withExpression(ExpressionStatus expression)
The value of an Expression and its current status.

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

Parameters:
expression - The value of an Expression and its current status.
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.