@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 |
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; useful for testing and debugging.
|
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, 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 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 Object
Object.toString()
public DeleteUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.