Class ResolveCaseResult
java.lang.Object
com.amazonaws.services.support.model.ResolveCaseResult
- All Implemented Interfaces:
Serializable
,Cloneable
The status of the case returned by the ResolveCase operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the case after the ResolveCase request was processed.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.toString()
Returns a string representation of this object; useful for testing and debugging.withFinalCaseStatus
(String finalCaseStatus) The status of the case after the ResolveCase request was processed.withInitialCaseStatus
(String initialCaseStatus) The status of the case when the ResolveCase request was sent.
-
Constructor Details
-
ResolveCaseResult
public ResolveCaseResult()
-
-
Method Details
-
setInitialCaseStatus
The status of the case when the ResolveCase request was sent.
- Parameters:
initialCaseStatus
- The status of the case when the ResolveCase request was sent.
-
getInitialCaseStatus
The status of the case when the ResolveCase request was sent.
- Returns:
- The status of the case when the ResolveCase request was sent.
-
withInitialCaseStatus
The status of the case when the ResolveCase request was sent.
- Parameters:
initialCaseStatus
- The status of the case when the ResolveCase request was sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFinalCaseStatus
The status of the case after the ResolveCase request was processed.
- Parameters:
finalCaseStatus
- The status of the case after the ResolveCase request was processed.
-
getFinalCaseStatus
The status of the case after the ResolveCase request was processed.
- Returns:
- The status of the case after the ResolveCase request was processed.
-
withFinalCaseStatus
The status of the case after the ResolveCase request was processed.
- Parameters:
finalCaseStatus
- The status of the case after the ResolveCase request was processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-