|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteUserRequest
public class DeleteUserRequest
Container for the parameters to the DeleteUser operation.
Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies.
AmazonIdentityManagement.deleteUser(DeleteUserRequest)| Constructor Summary | |
|---|---|
DeleteUserRequest()
Default constructor for a new DeleteUserRequest object. |
|
DeleteUserRequest(String userName)
Constructs a new DeleteUserRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getUserName()
Name of the user to delete. |
int |
hashCode()
|
void |
setUserName(String userName)
Name of the user to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteUserRequest |
withUserName(String userName)
Name of the user to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteUserRequest()
public DeleteUserRequest(String userName)
userName - Name of the user to delete.| Method Detail |
|---|
public String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName - Name of the user to delete.public DeleteUserRequest withUserName(String userName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName - Name of the user to delete.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||