@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMemberFromGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateMemberFromGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateMemberFromGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for the group from which members are removed.
|
String |
getMemberId()
The identifier for the member to be removed to the group.
|
String |
getOrganizationId()
The identifier for the organization under which the group exists.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for the group from which members are removed.
|
void |
setMemberId(String memberId)
The identifier for the member to be removed to the group.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMemberFromGroupRequest |
withGroupId(String groupId)
The identifier for the group from which members are removed.
|
DisassociateMemberFromGroupRequest |
withMemberId(String memberId)
The identifier for the member to be removed to the group.
|
DisassociateMemberFromGroupRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId - The identifier for the organization under which the group exists.public String getOrganizationId()
The identifier for the organization under which the group exists.
public DisassociateMemberFromGroupRequest withOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId - The identifier for the organization under which the group exists.public void setGroupId(String groupId)
The identifier for the group from which members are removed.
groupId - The identifier for the group from which members are removed.public String getGroupId()
The identifier for the group from which members are removed.
public DisassociateMemberFromGroupRequest withGroupId(String groupId)
The identifier for the group from which members are removed.
groupId - The identifier for the group from which members are removed.public void setMemberId(String memberId)
The identifier for the member to be removed to the group.
memberId - The identifier for the member to be removed to the group.public String getMemberId()
The identifier for the member to be removed to the group.
public DisassociateMemberFromGroupRequest withMemberId(String memberId)
The identifier for the member to be removed to the group.
memberId - The identifier for the member to be removed to the group.public String toString()
toString in class ObjectObject.toString()public DisassociateMemberFromGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.