@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociatePersonasFromEntitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociatePersonasFromEntitiesResult() |
Modifier and Type | Method and Description |
---|---|
DisassociatePersonasFromEntitiesResult |
clone() |
boolean |
equals(Object obj) |
List<FailedEntity> |
getFailedEntityList()
Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to
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 remove access to
your Amazon Kendra experience.
|
String |
toString()
Returns a string representation of this object.
|
DisassociatePersonasFromEntitiesResult |
withFailedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to
your Amazon Kendra experience.
|
DisassociatePersonasFromEntitiesResult |
withFailedEntityList(FailedEntity... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to
your Amazon Kendra experience.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DisassociatePersonasFromEntitiesResult()
public List<FailedEntity> getFailedEntityList()
Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to 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 remove access to your Amazon Kendra experience.
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly remove
access to your Amazon Kendra experience.public DisassociatePersonasFromEntitiesResult withFailedEntityList(FailedEntity... failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to 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 remove
access to your Amazon Kendra experience.public DisassociatePersonasFromEntitiesResult withFailedEntityList(Collection<FailedEntity> failedEntityList)
Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.
failedEntityList
- Lists the users or groups in your IAM Identity Center identity source that failed to properly remove
access to your Amazon Kendra experience.public String toString()
toString
in class Object
Object.toString()
public DisassociatePersonasFromEntitiesResult clone()