@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociatePersonasFromEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociatePersonasFromEntitiesRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociatePersonasFromEntitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getEntityIds()
The identifiers of users or groups in your IAM Identity Center identity source.
|
String |
getId()
The identifier of your Amazon Kendra experience.
|
String |
getIndexId()
The identifier of the index for your Amazon Kendra experience.
|
int |
hashCode() |
void |
setEntityIds(Collection<String> entityIds)
The identifiers of users or groups in your IAM Identity Center identity source.
|
void |
setId(String id)
The identifier of your Amazon Kendra experience.
|
void |
setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
String |
toString()
Returns a string representation of this object.
|
DisassociatePersonasFromEntitiesRequest |
withEntityIds(Collection<String> entityIds)
The identifiers of users or groups in your IAM Identity Center identity source.
|
DisassociatePersonasFromEntitiesRequest |
withEntityIds(String... entityIds)
The identifiers of users or groups in your IAM Identity Center identity source.
|
DisassociatePersonasFromEntitiesRequest |
withId(String id)
The identifier of your Amazon Kendra experience.
|
DisassociatePersonasFromEntitiesRequest |
withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
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 DisassociatePersonasFromEntitiesRequest()
public void setId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public String getId()
The identifier of your Amazon Kendra experience.
public DisassociatePersonasFromEntitiesRequest withId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public void setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId
- The identifier of the index for your Amazon Kendra experience.public String getIndexId()
The identifier of the index for your Amazon Kendra experience.
public DisassociatePersonasFromEntitiesRequest withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId
- The identifier of the index for your Amazon Kendra experience.public List<String> getEntityIds()
The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.
public void setEntityIds(Collection<String> entityIds)
The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.
entityIds
- The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs
could be user emails.public DisassociatePersonasFromEntitiesRequest withEntityIds(String... entityIds)
The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.
NOTE: This method appends the values to the existing list (if any). Use
setEntityIds(java.util.Collection)
or withEntityIds(java.util.Collection)
if you want to
override the existing values.
entityIds
- The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs
could be user emails.public DisassociatePersonasFromEntitiesRequest withEntityIds(Collection<String> entityIds)
The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.
entityIds
- The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs
could be user emails.public String toString()
toString
in class Object
Object.toString()
public DisassociatePersonasFromEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()