@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 from 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 from 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 from 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, withSdkRequestTimeout
public 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.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
groupId
- The identifier for the group from which members are removed.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public String getGroupId()
The identifier for the group from which members are removed.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public DisassociateMemberFromGroupRequest withGroupId(String groupId)
The identifier for the group from which members are removed.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
groupId
- The identifier for the group from which members are removed.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public void setMemberId(String memberId)
The identifier for the member to be removed from the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
memberId
- The identifier for the member to be removed from the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
public String getMemberId()
The identifier for the member to be removed from the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
public DisassociateMemberFromGroupRequest withMemberId(String memberId)
The identifier for the member to be removed from the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
memberId
- The identifier for the member to be removed from the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
public String toString()
toString
in class Object
Object.toString()
public DisassociateMemberFromGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()