public class RemoveUserFromGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
RemoveUserFromGroup operation.
Removes the specified user from the specified group.
| コンストラクタと説明 |
|---|
RemoveUserFromGroupRequest()
Default constructor for a new RemoveUserFromGroupRequest object.
|
RemoveUserFromGroupRequest(java.lang.String groupName,
java.lang.String userName)
Constructs a new RemoveUserFromGroupRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGroupName()
Name of the group to update.
|
java.lang.String |
getUserName()
Name of the user to remove.
|
int |
hashCode() |
void |
setGroupName(java.lang.String groupName)
Name of the group to update.
|
void |
setUserName(java.lang.String userName)
Name of the user to remove.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveUserFromGroupRequest |
withGroupName(java.lang.String groupName)
Name of the group to update.
|
RemoveUserFromGroupRequest |
withUserName(java.lang.String userName)
Name of the user to remove.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic RemoveUserFromGroupRequest()
public RemoveUserFromGroupRequest(java.lang.String groupName,
java.lang.String userName)
groupName - Name of the group to update.userName - Name of the user to remove.public java.lang.String getGroupName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setGroupName(java.lang.String groupName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName - Name of the group to update.public RemoveUserFromGroupRequest withGroupName(java.lang.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 java.lang.String getUserName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setUserName(java.lang.String userName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
userName - Name of the user to remove.public RemoveUserFromGroupRequest withUserName(java.lang.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 remove.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object