@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForgetDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to forget the device.
NOOP| Constructor and Description |
|---|
ForgetDeviceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ForgetDeviceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessToken()
The access token for the forgotten device request.
|
String |
getDeviceKey()
The device key.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access token for the forgotten device request.
|
void |
setDeviceKey(String deviceKey)
The device key.
|
String |
toString()
Returns a string representation of this object.
|
ForgetDeviceRequest |
withAccessToken(String accessToken)
The access token for the forgotten device request.
|
ForgetDeviceRequest |
withDeviceKey(String deviceKey)
The device key.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAccessToken(String accessToken)
The access token for the forgotten device request.
accessToken - The access token for the forgotten device request.public String getAccessToken()
The access token for the forgotten device request.
public ForgetDeviceRequest withAccessToken(String accessToken)
The access token for the forgotten device request.
accessToken - The access token for the forgotten device request.public void setDeviceKey(String deviceKey)
The device key.
deviceKey - The device key.public String getDeviceKey()
The device key.
public ForgetDeviceRequest withDeviceKey(String deviceKey)
The device key.
deviceKey - The device key.public String toString()
toString in class ObjectObject.toString()public ForgetDeviceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.