@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateEntitiesToExperienceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateEntitiesToExperienceRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateEntitiesToExperienceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<EntityConfiguration> |
getEntityList()
Lists 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 |
setEntityList(Collection<EntityConfiguration> entityList)
Lists 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.
|
AssociateEntitiesToExperienceRequest |
withEntityList(Collection<EntityConfiguration> entityList)
Lists users or groups in your IAM Identity Center identity source.
|
AssociateEntitiesToExperienceRequest |
withEntityList(EntityConfiguration... entityList)
Lists users or groups in your IAM Identity Center identity source.
|
AssociateEntitiesToExperienceRequest |
withId(String id)
The identifier of your Amazon Kendra experience.
|
AssociateEntitiesToExperienceRequest |
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 AssociateEntitiesToExperienceRequest()
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 AssociateEntitiesToExperienceRequest 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 AssociateEntitiesToExperienceRequest 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<EntityConfiguration> getEntityList()
Lists users or groups in your IAM Identity Center identity source.
public void setEntityList(Collection<EntityConfiguration> entityList)
Lists users or groups in your IAM Identity Center identity source.
entityList
- Lists users or groups in your IAM Identity Center identity source.public AssociateEntitiesToExperienceRequest withEntityList(EntityConfiguration... entityList)
Lists users or groups in your IAM Identity Center identity source.
NOTE: This method appends the values to the existing list (if any). Use
setEntityList(java.util.Collection)
or withEntityList(java.util.Collection)
if you want to
override the existing values.
entityList
- Lists users or groups in your IAM Identity Center identity source.public AssociateEntitiesToExperienceRequest withEntityList(Collection<EntityConfiguration> entityList)
Lists users or groups in your IAM Identity Center identity source.
entityList
- Lists users or groups in your IAM Identity Center identity source.public String toString()
toString
in class Object
Object.toString()
public AssociateEntitiesToExperienceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()