@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClaimDevicesByClaimCodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ClaimDevicesByClaimCodeResult() |
Modifier and Type | Method and Description |
---|---|
ClaimDevicesByClaimCodeResult |
clone() |
boolean |
equals(Object obj) |
String |
getClaimCode()
The claim code provided by the device manufacturer.
|
Integer |
getTotal()
The total number of devices associated with the claim code that has been processed in the claim request.
|
int |
hashCode() |
void |
setClaimCode(String claimCode)
The claim code provided by the device manufacturer.
|
void |
setTotal(Integer total)
The total number of devices associated with the claim code that has been processed in the claim request.
|
String |
toString()
Returns a string representation of this object.
|
ClaimDevicesByClaimCodeResult |
withClaimCode(String claimCode)
The claim code provided by the device manufacturer.
|
ClaimDevicesByClaimCodeResult |
withTotal(Integer total)
The total number of devices associated with the claim code that has been processed in the claim request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClaimCode(String claimCode)
The claim code provided by the device manufacturer.
claimCode
- The claim code provided by the device manufacturer.public String getClaimCode()
The claim code provided by the device manufacturer.
public ClaimDevicesByClaimCodeResult withClaimCode(String claimCode)
The claim code provided by the device manufacturer.
claimCode
- The claim code provided by the device manufacturer.public void setTotal(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.public Integer getTotal()
The total number of devices associated with the claim code that has been processed in the claim request.
public ClaimDevicesByClaimCodeResult withTotal(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.public String toString()
toString
in class Object
Object.toString()
public ClaimDevicesByClaimCodeResult clone()