|
Did this page help you?Yes No Tell us about it... |
||||||
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
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
ResolveCaseResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getFinalCaseStatus()
Status of the case after the ResolveCase request was processed. |
String |
getInitialCaseStatus()
Status of the case when the ResolveCase request was sent. |
int |
hashCode()
|
void |
setFinalCaseStatus(String finalCaseStatus)
Status of the case after the ResolveCase request was processed. |
void |
setInitialCaseStatus(String initialCaseStatus)
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)
Status of the case after the ResolveCase request was processed. |
ResolveCaseResult |
withInitialCaseStatus(String initialCaseStatus)
Status of the case when the ResolveCase request was sent. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResolveCaseResult()
Method Detail |
---|
public String getInitialCaseStatus()
public void setInitialCaseStatus(String initialCaseStatus)
initialCaseStatus
- 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
- Status of the case when the ResolveCase request was sent.
public String getFinalCaseStatus()
public void setFinalCaseStatus(String finalCaseStatus)
finalCaseStatus
- 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
- 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 |