@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminForgetDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Sends the forgot device request, as an administrator.
NOOP
Constructor and Description |
---|
AdminForgetDeviceRequest() |
Modifier and Type | Method and Description |
---|---|
AdminForgetDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceKey()
The device key.
|
String |
getUsername()
The user name.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setDeviceKey(String deviceKey)
The device key.
|
void |
setUsername(String username)
The user name.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AdminForgetDeviceRequest |
withDeviceKey(String deviceKey)
The device key.
|
AdminForgetDeviceRequest |
withUsername(String username)
The user name.
|
AdminForgetDeviceRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
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 setUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public String getUserPoolId()
The user pool ID.
public AdminForgetDeviceRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public void setUsername(String username)
The user name.
username
- The user name.public String getUsername()
The user name.
public AdminForgetDeviceRequest withUsername(String username)
The user name.
username
- The user name.public void setDeviceKey(String deviceKey)
The device key.
deviceKey
- The device key.public String getDeviceKey()
The device key.
public AdminForgetDeviceRequest withDeviceKey(String deviceKey)
The device key.
deviceKey
- The device key.public String toString()
toString
in class Object
Object.toString()
public AdminForgetDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.