@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveCaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The status of the case returned by the ResolveCase operation.
Constructor and Description |
---|
ResolveCaseResult() |
Modifier and Type | Method and Description |
---|---|
ResolveCaseResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
initialCaseStatus
- The status of the case when the ResolveCase request was sent.public String getInitialCaseStatus()
The status of the case when the ResolveCase request was sent.
public ResolveCaseResult withInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
initialCaseStatus
- The status of the case when the ResolveCase request was sent.public void setFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was processed.
finalCaseStatus
- The status of the case after the ResolveCase request was processed.public String getFinalCaseStatus()
The status of the case after the ResolveCase request was processed.
public ResolveCaseResult withFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was processed.
finalCaseStatus
- The status of the case after the ResolveCase request was processed.public String toString()
toString
in class Object
Object.toString()
public ResolveCaseResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.