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 .
NOOP
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, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2015. All rights reserved.