* A list of trigger definitions. *
*/ private java.util.List* A list of names of triggers not found. *
*/ private java.util.List* A list of trigger definitions. *
* * @return A list of trigger definitions. */ public java.util.List* A list of trigger definitions. *
* * @param triggers * A list of trigger definitions. */ public void setTriggers(java.util.Collection* A list of trigger definitions. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTriggers(java.util.Collection)} or {@link #withTriggers(java.util.Collection)} if you want to override * the existing values. *
* * @param triggers * A list of trigger definitions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetTriggersResult withTriggers(Trigger... triggers) { if (this.triggers == null) { setTriggers(new java.util.ArrayList* A list of trigger definitions. *
* * @param triggers * A list of trigger definitions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetTriggersResult withTriggers(java.util.Collection* A list of names of triggers not found. *
* * @return A list of names of triggers not found. */ public java.util.List* A list of names of triggers not found. *
* * @param triggersNotFound * A list of names of triggers not found. */ public void setTriggersNotFound(java.util.Collection* A list of names of triggers not found. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTriggersNotFound(java.util.Collection)} or {@link #withTriggersNotFound(java.util.Collection)} if you * want to override the existing values. *
* * @param triggersNotFound * A list of names of triggers not found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetTriggersResult withTriggersNotFound(String... triggersNotFound) { if (this.triggersNotFound == null) { setTriggersNotFound(new java.util.ArrayList* A list of names of triggers not found. *
* * @param triggersNotFound * A list of names of triggers not found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetTriggersResult withTriggersNotFound(java.util.Collection