public static interface ClaimDevicesByClaimCodeResponse.Builder extends Iot1ClickDevicesResponse.Builder, SdkPojo, CopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>
Modifier and Type | Method and Description |
---|---|
ClaimDevicesByClaimCodeResponse.Builder |
claimCode(String claimCode)
The claim code provided by the device manufacturer.
|
ClaimDevicesByClaimCodeResponse.Builder |
total(Integer total)
The total number of devices associated with the claim code that has been processed in the claim request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ClaimDevicesByClaimCodeResponse.Builder claimCode(String claimCode)
The claim code provided by the device manufacturer.
claimCode
- The claim code provided by the device manufacturer.ClaimDevicesByClaimCodeResponse.Builder total(Integer total)
The total number of devices associated with the claim code that has been processed in the claim request.
total
- The total number of devices associated with the claim code that has been processed in the claim
request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.