|
|||||||
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.AddUserToGroupRequest
public class AddUserToGroupRequest
Container for the parameters to the AddUserToGroup operation
.
Adds the specified User to the specified group.
AmazonIdentityManagement.addUserToGroup(AddUserToGroupRequest)
Constructor Summary | |
---|---|
AddUserToGroupRequest()
|
Method Summary | |
---|---|
String |
getGroupName()
Name of the group to update. |
String |
getUserName()
Name of the User to add. |
void |
setGroupName(String groupName)
Name of the group to update. |
void |
setUserName(String userName)
Name of the User to add. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddUserToGroupRequest |
withGroupName(String groupName)
Name of the group to update. |
AddUserToGroupRequest |
withUserName(String userName)
Name of the User to add. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddUserToGroupRequest()
Method Detail |
---|
public String getGroupName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setGroupName(String groupName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName
- Name of the group to update.public AddUserToGroupRequest withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName
- Name of the group to update.
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 add.public AddUserToGroupRequest 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 add.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |