@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.
groupId
- The group to which the member (user or group) is associated.public String getGroupId()
The group to which the member (user or group) is associated.
public AssociateMemberToGroupRequest withGroupId(String groupId)
The group to which the member (user or group) is associated.
groupId
- The group to which the member (user or group) is associated.public void setMemberId(String memberId)
The member (user or group) to associate to the group.
memberId
- The member (user or group) to associate to the group.public String getMemberId()
The member (user or group) to associate to the group.
public AssociateMemberToGroupRequest withMemberId(String memberId)
The member (user or group) to associate to the group.
memberId
- The member (user or group) to associate to the group.public String toString()
toString
in class Object
Object.toString()
public AssociateMemberToGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.