com.amazonaws.services.cloudsearchv2.model
Class DefineAnalysisSchemeResult

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

public class DefineAnalysisSchemeResult
extends Object
implements Serializable

The result of a DefineAnalysisScheme request. Contains the status of the newly-configured analysis scheme.

See Also:
Serialized Form

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

Constructor Detail

DefineAnalysisSchemeResult

public DefineAnalysisSchemeResult()
Method Detail

getAnalysisScheme

public AnalysisSchemeStatus getAnalysisScheme()
The status and configuration of an AnalysisScheme.

Returns:
The status and configuration of an AnalysisScheme.

setAnalysisScheme

public void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status and configuration of an AnalysisScheme.

Parameters:
analysisScheme - The status and configuration of an AnalysisScheme.

withAnalysisScheme

public DefineAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status and configuration of an AnalysisScheme.

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

Parameters:
analysisScheme - The status and configuration of an AnalysisScheme.
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.