public class DeleteUserProfileRequest extends AmazonWebServiceRequest implements Serializable
DeleteUserProfile operation
.
Deletes a user profile.
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, 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.