@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteUserRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Idempotent token used to identify the request to
DeleteUser . |
String |
getCollectionId()
The ID of an existing collection from which the UserID needs to be deleted.
|
String |
getUserId()
ID for the UserID to be deleted.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DeleteUser . |
void |
setCollectionId(String collectionId)
The ID of an existing collection from which the UserID needs to be deleted.
|
void |
setUserId(String userId)
ID for the UserID to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserRequest |
withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DeleteUser . |
DeleteUserRequest |
withCollectionId(String collectionId)
The ID of an existing collection from which the UserID needs to be deleted.
|
DeleteUserRequest |
withUserId(String userId)
ID for the UserID to be deleted.
|
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 setCollectionId(String collectionId)
The ID of an existing collection from which the UserID needs to be deleted.
collectionId
- The ID of an existing collection from which the UserID needs to be deleted.public String getCollectionId()
The ID of an existing collection from which the UserID needs to be deleted.
public DeleteUserRequest withCollectionId(String collectionId)
The ID of an existing collection from which the UserID needs to be deleted.
collectionId
- The ID of an existing collection from which the UserID needs to be deleted.public void setUserId(String userId)
ID for the UserID to be deleted.
userId
- ID for the UserID to be deleted.public String getUserId()
ID for the UserID to be deleted.
public DeleteUserRequest withUserId(String userId)
ID for the UserID to be deleted.
userId
- ID for the UserID to be deleted.public void setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to DeleteUser
. If you use the same token with multiple
DeleteUser
requests, the same response is returned. Use ClientRequestToken to prevent the same
request from being processed more than once.
clientRequestToken
- Idempotent token used to identify the request to DeleteUser
. If you use the same token with
multiple DeleteUser
requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.public String getClientRequestToken()
Idempotent token used to identify the request to DeleteUser
. If you use the same token with multiple
DeleteUser
requests, the same response is returned. Use ClientRequestToken to prevent the same
request from being processed more than once.
DeleteUser
. If you use the same token with
multiple DeleteUser
requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.public DeleteUserRequest withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to DeleteUser
. If you use the same token with multiple
DeleteUser
requests, the same response is returned. Use ClientRequestToken to prevent the same
request from being processed more than once.
clientRequestToken
- Idempotent token used to identify the request to DeleteUser
. If you use the same token with
multiple DeleteUser
requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.public String toString()
toString
in class Object
Object.toString()
public DeleteUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()