* A unique identifier for the resource set, used in a request to refer to the resource set. *
*/ private String resourceSetIdentifier; /** ** The resources that failed to associate to the resource set. *
*/ private java.util.List* A unique identifier for the resource set, used in a request to refer to the resource set. *
* * @param resourceSetIdentifier * A unique identifier for the resource set, used in a request to refer to the resource set. */ public void setResourceSetIdentifier(String resourceSetIdentifier) { this.resourceSetIdentifier = resourceSetIdentifier; } /** ** A unique identifier for the resource set, used in a request to refer to the resource set. *
* * @return A unique identifier for the resource set, used in a request to refer to the resource set. */ public String getResourceSetIdentifier() { return this.resourceSetIdentifier; } /** ** A unique identifier for the resource set, used in a request to refer to the resource set. *
* * @param resourceSetIdentifier * A unique identifier for the resource set, used in a request to refer to the resource set. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchAssociateResourceResult withResourceSetIdentifier(String resourceSetIdentifier) { setResourceSetIdentifier(resourceSetIdentifier); return this; } /** ** The resources that failed to associate to the resource set. *
* * @return The resources that failed to associate to the resource set. */ public java.util.List* The resources that failed to associate to the resource set. *
* * @param failedItems * The resources that failed to associate to the resource set. */ public void setFailedItems(java.util.Collection* The resources that failed to associate to the resource set. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFailedItems(java.util.Collection)} or {@link #withFailedItems(java.util.Collection)} if you want to * override the existing values. *
* * @param failedItems * The resources that failed to associate to the resource set. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchAssociateResourceResult withFailedItems(FailedItem... failedItems) { if (this.failedItems == null) { setFailedItems(new java.util.ArrayList* The resources that failed to associate to the resource set. *
* * @param failedItems * The resources that failed to associate to the resource set. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchAssociateResourceResult withFailedItems(java.util.Collection