|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.ResolveCaseResult
public class ResolveCaseResult
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
ResolveCaseResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getFinalCaseStatus()
The status of the case after the ResolveCase request was processed. |
String |
getInitialCaseStatus()
The status of the case when the ResolveCase request was sent. |
int |
hashCode()
|
void |
setFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was processed. |
void |
setInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ResolveCaseResult |
withFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was processed. |
ResolveCaseResult |
withInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResolveCaseResult()
Method Detail |
---|
public String getInitialCaseStatus()
public void setInitialCaseStatus(String initialCaseStatus)
initialCaseStatus
- The status of the case when the ResolveCase request was sent.public ResolveCaseResult withInitialCaseStatus(String initialCaseStatus)
Returns a reference to this object so that method calls can be chained together.
initialCaseStatus
- The status of the case when the ResolveCase request was sent.
public String getFinalCaseStatus()
public void setFinalCaseStatus(String finalCaseStatus)
finalCaseStatus
- The status of the case after the ResolveCase request was
processed.public ResolveCaseResult withFinalCaseStatus(String finalCaseStatus)
Returns a reference to this object so that method calls can be chained together.
finalCaseStatus
- The status of the case after the ResolveCase request was
processed.
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 |