@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateEntitiesToExperienceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateEntitiesToExperienceResult() |
Modifier and Type | Method and Description |
---|---|
AssociateEntitiesToExperienceResult |
clone() |
boolean |
equals(Object obj) |
List<FailedEntity> |
getFailedEntityList()
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your
Amazon Kendra experience.
|
int |
hashCode() |
void |
setFailedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your
Amazon Kendra experience.
|
String |
toString()
Returns a string representation of this object.
|
AssociateEntitiesToExperienceResult |
withFailedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your
Amazon Kendra experience.
|
AssociateEntitiesToExperienceResult |
withFailedEntityList(FailedEntity... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your
Amazon Kendra experience.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FailedEntity> getFailedEntityList()
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
public void setFailedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly configure
with your Amazon Kendra experience.public AssociateEntitiesToExperienceResult withFailedEntityList(FailedEntity... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
NOTE: This method appends the values to the existing list (if any). Use
setFailedEntityList(java.util.Collection)
or withFailedEntityList(java.util.Collection)
if you
want to override the existing values.
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly configure
with your Amazon Kendra experience.public AssociateEntitiesToExperienceResult withFailedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly configure
with your Amazon Kendra experience.public String toString()
toString
in class Object
Object.toString()
public AssociateEntitiesToExperienceResult clone()