* Each error object is related to a specific ARN in the request. *
*/ private java.util.List* NOTE: This method appends the values to the existing list (if any). Use * {@link #setChannels(java.util.Collection)} or {@link #withChannels(java.util.Collection)} if you want to override * the existing values. *
* * @param channels * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetChannelResult withChannels(Channel... channels) { if (this.channels == null) { setChannels(new java.util.ArrayList* Each error object is related to a specific ARN in the request. *
* * @return Each error object is related to a specific ARN in the request. */ public java.util.List* Each error object is related to a specific ARN in the request. *
* * @param errors * Each error object is related to a specific ARN in the request. */ public void setErrors(java.util.Collection* Each error object is related to a specific ARN in the request. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * Each error object is related to a specific ARN in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetChannelResult withErrors(BatchError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* Each error object is related to a specific ARN in the request. *
* * @param errors * Each error object is related to a specific ARN in the request. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetChannelResult withErrors(java.util.Collection