@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() |
boolean |
equals(Object obj) |
String |
getEnrollmentId()
The ARN of the user's enrollment in the organization.
|
String |
getUserArn()
The ARN of the user to delete in the organization.
|
int |
hashCode() |
void |
setEnrollmentId(String enrollmentId)
The ARN of the user's enrollment in the organization.
|
void |
setUserArn(String userArn)
The ARN of the user to delete in the organization.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserRequest |
withEnrollmentId(String enrollmentId)
The ARN of the user's enrollment in the organization.
|
DeleteUserRequest |
withUserArn(String userArn)
The ARN of the user to delete in the organization.
|
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 setUserArn(String userArn)
The ARN of the user to delete in the organization. Required.
userArn - The ARN of the user to delete in the organization. Required.public String getUserArn()
The ARN of the user to delete in the organization. Required.
public DeleteUserRequest withUserArn(String userArn)
The ARN of the user to delete in the organization. Required.
userArn - The ARN of the user to delete in the organization. Required.public void setEnrollmentId(String enrollmentId)
The ARN of the user's enrollment in the organization. Required.
enrollmentId - The ARN of the user's enrollment in the organization. Required.public String getEnrollmentId()
The ARN of the user's enrollment in the organization. Required.
public DeleteUserRequest withEnrollmentId(String enrollmentId)
The ARN of the user's enrollment in the organization. Required.
enrollmentId - The ARN of the user's enrollment in the organization. Required.public String toString()
toString in class ObjectObject.toString()public DeleteUserRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.