|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.DeleteAnalysisSchemeResult
public class DeleteAnalysisSchemeResult
The result of a DeleteAnalysisScheme
request. Contains
the status of the deleted analysis scheme.
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 |
---|
public DeleteAnalysisSchemeResult()
Method Detail |
---|
public AnalysisSchemeStatus getAnalysisScheme()
public void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
analysisScheme
- The status of the analysis scheme being deleted.public DeleteAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
Returns a reference to this object so that method calls can be chained together.
analysisScheme
- The status of the analysis scheme being deleted.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |