public static interface ResolveCaseResponse.Builder extends SupportResponse.Builder, CopyableBuilder<ResolveCaseResponse.Builder,ResolveCaseResponse>
| Modifier and Type | Method and Description |
|---|---|
ResolveCaseResponse.Builder |
finalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was processed.
|
ResolveCaseResponse.Builder |
initialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildResolveCaseResponse.Builder initialCaseStatus(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.ResolveCaseResponse.Builder finalCaseStatus(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.