Interface EndChatForCaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EndChatForCaseResponse.Builder,,EndChatForCaseResponse> DevOpsAgentResponse.Builder,SdkBuilder<EndChatForCaseResponse.Builder,,EndChatForCaseResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
EndChatForCaseResponse
@Mutable
@NotThreadSafe
public static interface EndChatForCaseResponse.Builder
extends DevOpsAgentResponse.Builder, SdkPojo, CopyableBuilder<EndChatForCaseResponse.Builder,EndChatForCaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage(String errorMessage) Error message if the disconnect failedexecutionId(String executionId) The execution ID that was endedisDisconnected(Boolean isDisconnected) Whether the chat session was successfully endedMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devopsagent.model.DevOpsAgentResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
isDisconnected
Whether the chat session was successfully ended
- Parameters:
isDisconnected- Whether the chat session was successfully ended- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
The execution ID that was ended
- Parameters:
executionId- The execution ID that was ended- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Error message if the disconnect failed
- Parameters:
errorMessage- Error message if the disconnect failed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-