com.amazonaws.services.cloudsearchv2.model
Class DeleteAnalysisSchemeResult

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

public class DeleteAnalysisSchemeResult
extends Object
implements Serializable

The result of a DeleteAnalysisScheme request. Contains the status of the deleted analysis scheme.

See Also:
Serialized Form

Constructor Summary
DeleteAnalysisSchemeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 AnalysisSchemeStatus getAnalysisScheme()
          The status of the analysis scheme being deleted.
 int hashCode()
           
 void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
          The status of the analysis scheme being deleted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
          The status of the analysis scheme being deleted.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteAnalysisSchemeResult

public DeleteAnalysisSchemeResult()
Method Detail

getAnalysisScheme

public AnalysisSchemeStatus getAnalysisScheme()
The status of the analysis scheme being deleted.

Returns:
The status of the analysis scheme being deleted.

setAnalysisScheme

public void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status of the analysis scheme being deleted.

Parameters:
analysisScheme - The status of the analysis scheme being deleted.

withAnalysisScheme

public DeleteAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status of the analysis scheme being deleted.

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

Parameters:
analysisScheme - The status of the analysis scheme 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.