Interface ClaimDevicesByClaimCodeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,
,ClaimDevicesByClaimCodeResponse> Iot1ClickDevicesResponse.Builder
,SdkBuilder<ClaimDevicesByClaimCodeResponse.Builder,
,ClaimDevicesByClaimCodeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ClaimDevicesByClaimCodeResponse
public static interface ClaimDevicesByClaimCodeResponse.Builder
extends Iot1ClickDevicesResponse.Builder, SdkPojo, CopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe claim code provided by the device manufacturer.The total number of devices associated with the claim code that has been processed in the claim request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot1clickdevices.model.Iot1ClickDevicesResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
claimCode
The claim code provided by the device manufacturer.
- Parameters:
claimCode
- The claim code provided by the device manufacturer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The total number of devices associated with the claim code that has been processed in the claim request.
- Parameters:
total
- The total number of devices associated with the claim code that has been processed in the claim request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-