* The targets that were successfully deregistered. *
*/ private java.util.List* The targets that the operation couldn't deregister. *
*/ private java.util.List* The targets that were successfully deregistered. *
* * @return The targets that were successfully deregistered. */ public java.util.List* The targets that were successfully deregistered. *
* * @param successful * The targets that were successfully deregistered. */ public void setSuccessful(java.util.Collection* The targets that were successfully deregistered. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to * override the existing values. *
* * @param successful * The targets that were successfully deregistered. * @return Returns a reference to this object so that method calls can be chained together. */ public DeregisterTargetsResult withSuccessful(Target... successful) { if (this.successful == null) { setSuccessful(new java.util.ArrayList* The targets that were successfully deregistered. *
* * @param successful * The targets that were successfully deregistered. * @return Returns a reference to this object so that method calls can be chained together. */ public DeregisterTargetsResult withSuccessful(java.util.Collection* The targets that the operation couldn't deregister. *
* * @return The targets that the operation couldn't deregister. */ public java.util.List* The targets that the operation couldn't deregister. *
* * @param unsuccessful * The targets that the operation couldn't deregister. */ public void setUnsuccessful(java.util.Collection* The targets that the operation couldn't deregister. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnsuccessful(java.util.Collection)} or {@link #withUnsuccessful(java.util.Collection)} if you want to * override the existing values. *
* * @param unsuccessful * The targets that the operation couldn't deregister. * @return Returns a reference to this object so that method calls can be chained together. */ public DeregisterTargetsResult withUnsuccessful(TargetFailure... unsuccessful) { if (this.unsuccessful == null) { setUnsuccessful(new java.util.ArrayList* The targets that the operation couldn't deregister. *
* * @param unsuccessful * The targets that the operation couldn't deregister. * @return Returns a reference to this object so that method calls can be chained together. */ public DeregisterTargetsResult withUnsuccessful(java.util.Collection