@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGroupMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGroupMembershipRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for a group in the identity store.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
MemberId |
getMemberId()
An object that contains the identifier of a group member.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for a group in the identity store.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
void |
setMemberId(MemberId memberId)
An object that contains the identifier of a group member.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupMembershipRequest |
withGroupId(String groupId)
The identifier for a group in the identity store.
|
CreateGroupMembershipRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
CreateGroupMembershipRequest |
withMemberId(MemberId memberId)
An object that contains the identifier of a group member.
|
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 setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public CreateGroupMembershipRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public String getGroupId()
The identifier for a group in the identity store.
public CreateGroupMembershipRequest withGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public void setMemberId(MemberId memberId)
An object that contains the identifier of a group member. Setting the UserID
field to the specific
identifier for a user indicates that the user is a member of the group.
memberId
- An object that contains the identifier of a group member. Setting the UserID
field to the
specific identifier for a user indicates that the user is a member of the group.public MemberId getMemberId()
An object that contains the identifier of a group member. Setting the UserID
field to the specific
identifier for a user indicates that the user is a member of the group.
UserID
field to the
specific identifier for a user indicates that the user is a member of the group.public CreateGroupMembershipRequest withMemberId(MemberId memberId)
An object that contains the identifier of a group member. Setting the UserID
field to the specific
identifier for a user indicates that the user is a member of the group.
memberId
- An object that contains the identifier of a group member. Setting the UserID
field to the
specific identifier for a user indicates that the user is a member of the group.public String toString()
toString
in class Object
Object.toString()
public CreateGroupMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()