Interface SendDataToWirelessDeviceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SendDataToWirelessDeviceResponse.Builder,
,SendDataToWirelessDeviceResponse> IotWirelessResponse.Builder
,SdkBuilder<SendDataToWirelessDeviceResponse.Builder,
,SendDataToWirelessDeviceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SendDataToWirelessDeviceResponse
@Mutable
@NotThreadSafe
public static interface SendDataToWirelessDeviceResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<SendDataToWirelessDeviceResponse.Builder,SendDataToWirelessDeviceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the message sent to the wireless device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
messageId
The ID of the message sent to the wireless device.
- Parameters:
messageId
- The ID of the message sent to the wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-