public class RemoveUserFromGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveUserFromGroupRequest()
Default constructor for RemoveUserFromGroupRequest object.
|
RemoveUserFromGroupRequest(String groupName,
String userName)
Constructs a new RemoveUserFromGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveUserFromGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the group to update.
|
String |
getUserName()
The name of the user to remove.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the group to update.
|
void |
setUserName(String userName)
The name of the user to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveUserFromGroupRequest |
withGroupName(String groupName)
The name of the group to update.
|
RemoveUserFromGroupRequest |
withUserName(String userName)
The name of the user to remove.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic RemoveUserFromGroupRequest()
public RemoveUserFromGroupRequest(String groupName, String userName)
groupName - The name of the group to update.userName - The name of the user to remove.public void setGroupName(String groupName)
The name of the group to update.
groupName - The name of the group to update.public String getGroupName()
The name of the group to update.
public RemoveUserFromGroupRequest withGroupName(String groupName)
The name of the group to update.
groupName - The name of the group to update.public void setUserName(String userName)
The name of the user to remove.
userName - The name of the user to remove.public String getUserName()
The name of the user to remove.
public RemoveUserFromGroupRequest withUserName(String userName)
The name of the user to remove.
userName - The name of the user to remove.public String toString()
toString in class ObjectObject.toString()public RemoveUserFromGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.