Interface SendDirectMessageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendDirectMessageResponse.Builder,,SendDirectMessageResponse> IotDataPlaneResponse.Builder,SdkBuilder<SendDirectMessageResponse.Builder,,SendDirectMessageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SendDirectMessageResponse
@Mutable
@NotThreadSafe
public static interface SendDirectMessageResponse.Builder
extends IotDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<SendDirectMessageResponse.Builder,SendDirectMessageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status message indicating the result of the operation.A unique identifier for the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotdataplane.model.IotDataPlaneResponse.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
-
message
The status message indicating the result of the operation.
- Parameters:
message- The status message indicating the result of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceId
A unique identifier for the request. Include this value when contacting Amazon Web Services Support for troubleshooting.
- Parameters:
traceId- A unique identifier for the request. Include this value when contacting Amazon Web Services Support for troubleshooting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-