@Generated(value="software.amazon.awssdk:codegen") public final class ClaimDevicesByClaimCodeResponse extends Iot1ClickDevicesResponse implements ToCopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClaimDevicesByClaimCodeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClaimDevicesByClaimCodeResponse.Builder |
builder() |
String |
claimCode()
The claim code provided by the device manufacturer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClaimDevicesByClaimCodeResponse.Builder> |
serializableBuilderClass() |
ClaimDevicesByClaimCodeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
total()
The total number of devices associated with the claim code that has been processed in the claim request.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String claimCode()
The claim code provided by the device manufacturer.
public Integer total()
The total number of devices associated with the claim code that has been processed in the claim request.
public ClaimDevicesByClaimCodeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClaimDevicesByClaimCodeResponse.Builder,ClaimDevicesByClaimCodeResponse>toBuilder in class AwsResponsepublic static ClaimDevicesByClaimCodeResponse.Builder builder()
public static Class<? extends ClaimDevicesByClaimCodeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.