public class DeleteUserProfileRequest extends AmazonWebServiceRequest implements Serializable
DeleteUserProfile operation.
Deletes a user profile.
Required Permissions : To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
| Constructor and Description |
|---|
DeleteUserProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIamUserArn()
The user's IAM ARN.
|
int |
hashCode() |
void |
setIamUserArn(String iamUserArn)
The user's IAM ARN.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteUserProfileRequest |
withIamUserArn(String iamUserArn)
The user's IAM ARN.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getIamUserArn()
public void setIamUserArn(String iamUserArn)
iamUserArn - The user's IAM ARN.public DeleteUserProfileRequest withIamUserArn(String iamUserArn)
Returns a reference to this object so that method calls can be chained together.
iamUserArn - The user's IAM ARN.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.