@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGroupMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGroupMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGroupMembershipRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
String |
getMembershipId()
The identifier for a
GroupMembership in an identity store. |
int |
hashCode() |
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
void |
setMembershipId(String membershipId)
The identifier for a
GroupMembership in an identity store. |
String |
toString()
Returns a string representation of this object.
|
DeleteGroupMembershipRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
DeleteGroupMembershipRequest |
withMembershipId(String membershipId)
The identifier for a
GroupMembership in an identity store. |
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 DeleteGroupMembershipRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setMembershipId(String membershipId)
The identifier for a GroupMembership
in an identity store.
membershipId
- The identifier for a GroupMembership
in an identity store.public String getMembershipId()
The identifier for a GroupMembership
in an identity store.
GroupMembership
in an identity store.public DeleteGroupMembershipRequest withMembershipId(String membershipId)
The identifier for a GroupMembership
in an identity store.
membershipId
- The identifier for a GroupMembership
in an identity store.public String toString()
toString
in class Object
Object.toString()
public DeleteGroupMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()