@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClaimDevicesByClaimCodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ClaimDevicesByClaimCodeRequest() |
Modifier and Type | Method and Description |
---|---|
ClaimDevicesByClaimCodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClaimCode()
The claim code, starting with "C-", as provided by the device manufacturer.
|
int |
hashCode() |
void |
setClaimCode(String claimCode)
The claim code, starting with "C-", as provided by the device manufacturer.
|
String |
toString()
Returns a string representation of this object.
|
ClaimDevicesByClaimCodeRequest |
withClaimCode(String claimCode)
The claim code, starting with "C-", as provided by the device manufacturer.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClaimCode(String claimCode)
The claim code, starting with "C-", as provided by the device manufacturer.
claimCode
- The claim code, starting with "C-", as provided by the device manufacturer.public String getClaimCode()
The claim code, starting with "C-", as provided by the device manufacturer.
public ClaimDevicesByClaimCodeRequest withClaimCode(String claimCode)
The claim code, starting with "C-", as provided by the device manufacturer.
claimCode
- The claim code, starting with "C-", as provided by the device manufacturer.public String toString()
toString
in class Object
Object.toString()
public ClaimDevicesByClaimCodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()