com.amazonaws.services.cloudsearchv2.model
Class DeleteExpressionResult

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

public class DeleteExpressionResult
extends Object
implements Serializable

The result of a DeleteExpression request. Specifies the expression being deleted.

See Also:
Serialized Form

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

Constructor Detail

DeleteExpressionResult

public DeleteExpressionResult()
Method Detail

getExpression

public ExpressionStatus getExpression()
The status of the expression being deleted.

Returns:
The status of the expression being deleted.

setExpression

public void setExpression(ExpressionStatus expression)
The status of the expression being deleted.

Parameters:
expression - The status of the expression being deleted.

withExpression

public DeleteExpressionResult withExpression(ExpressionStatus expression)
The status of the expression being deleted.

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

Parameters:
expression - The status of the expression being deleted.
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.