@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateMemberToGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateMemberToGroupRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateMemberToGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The group to which the member (user or group) is associated.
|
String |
getMemberId()
The member (user or group) to associate to the group.
|
String |
getOrganizationId()
The organization under which the group exists.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The group to which the member (user or group) is associated.
|
void |
setMemberId(String memberId)
The member (user or group) to associate to the group.
|
void |
setOrganizationId(String organizationId)
The organization under which the group exists.
|
String |
toString()
Returns a string representation of this object.
|
AssociateMemberToGroupRequest |
withGroupId(String groupId)
The group to which the member (user or group) is associated.
|
AssociateMemberToGroupRequest |
withMemberId(String memberId)
The member (user or group) to associate to the group.
|
AssociateMemberToGroupRequest |
withOrganizationId(String organizationId)
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 organization under which the group exists.
organizationId
- The organization under which the group exists.public String getOrganizationId()
The organization under which the group exists.
public AssociateMemberToGroupRequest withOrganizationId(String organizationId)
The organization under which the group exists.
organizationId
- The organization under which the group exists.public void setGroupId(String groupId)
The group to which the member (user or group) is associated.
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 group to which the member (user or group) is associated.
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 group to which the member (user or group) is associated.
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 AssociateMemberToGroupRequest withGroupId(String groupId)
The group to which the member (user or group) is associated.
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 group to which the member (user or group) is associated.
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 member (user or group) to associate to the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
memberId
- The member (user or group) to associate to the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member: 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 member (user or group) to associate to the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member: 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: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
public AssociateMemberToGroupRequest withMemberId(String memberId)
The member (user or group) to associate to the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: member@domain.tld
Member name: member
memberId
- The member (user or group) to associate to the group.
The member ID can accept UserID or GroupId, Username or Groupname, or email.
Member: 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 AssociateMemberToGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()