@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
ForgetDeviceRequest |
withAccessToken(String accessToken)
The access token for the forgotten device request.
|
ForgetDeviceRequest |
withDeviceKey(String deviceKey)
The device key.
|
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 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 Object
Object.toString()
public ForgetDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.