@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsMemberInGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
IsMemberInGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
IsMemberInGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getGroupIds()
A list of identifiers for groups in the identity store.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
MemberId |
getMemberId()
An object containing the identifier of a group member.
|
int |
hashCode() |
void |
setGroupIds(Collection<String> groupIds)
A list of identifiers for groups in the identity store.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
void |
setMemberId(MemberId memberId)
An object containing the identifier of a group member.
|
String |
toString()
Returns a string representation of this object.
|
IsMemberInGroupsRequest |
withGroupIds(Collection<String> groupIds)
A list of identifiers for groups in the identity store.
|
IsMemberInGroupsRequest |
withGroupIds(String... groupIds)
A list of identifiers for groups in the identity store.
|
IsMemberInGroupsRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
IsMemberInGroupsRequest |
withMemberId(MemberId memberId)
An object containing 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 IsMemberInGroupsRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setMemberId(MemberId memberId)
An object containing the identifier of a group member.
memberId
- An object containing the identifier of a group member.public MemberId getMemberId()
An object containing the identifier of a group member.
public IsMemberInGroupsRequest withMemberId(MemberId memberId)
An object containing the identifier of a group member.
memberId
- An object containing the identifier of a group member.public List<String> getGroupIds()
A list of identifiers for groups in the identity store.
public void setGroupIds(Collection<String> groupIds)
A list of identifiers for groups in the identity store.
groupIds
- A list of identifiers for groups in the identity store.public IsMemberInGroupsRequest withGroupIds(String... groupIds)
A list of identifiers for groups in the identity store.
NOTE: This method appends the values to the existing list (if any). Use
setGroupIds(java.util.Collection)
or withGroupIds(java.util.Collection)
if you want to override
the existing values.
groupIds
- A list of identifiers for groups in the identity store.public IsMemberInGroupsRequest withGroupIds(Collection<String> groupIds)
A list of identifiers for groups in the identity store.
groupIds
- A list of identifiers for groups in the identity store.public String toString()
toString
in class Object
Object.toString()
public IsMemberInGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()