* The list of prepared statements returned. *
*/ private java.util.List* A list of one or more prepared statements that were requested but could not be returned. *
*/ private java.util.List* The list of prepared statements returned. *
* * @return The list of prepared statements returned. */ public java.util.List* The list of prepared statements returned. *
* * @param preparedStatements * The list of prepared statements returned. */ public void setPreparedStatements(java.util.Collection* The list of prepared statements returned. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setPreparedStatements(java.util.Collection)} or {@link #withPreparedStatements(java.util.Collection)} if * you want to override the existing values. *
* * @param preparedStatements * The list of prepared statements returned. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPreparedStatementResult withPreparedStatements(PreparedStatement... preparedStatements) { if (this.preparedStatements == null) { setPreparedStatements(new java.util.ArrayList* The list of prepared statements returned. *
* * @param preparedStatements * The list of prepared statements returned. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPreparedStatementResult withPreparedStatements(java.util.Collection* A list of one or more prepared statements that were requested but could not be returned. *
* * @return A list of one or more prepared statements that were requested but could not be returned. */ public java.util.List* A list of one or more prepared statements that were requested but could not be returned. *
* * @param unprocessedPreparedStatementNames * A list of one or more prepared statements that were requested but could not be returned. */ public void setUnprocessedPreparedStatementNames(java.util.Collection* A list of one or more prepared statements that were requested but could not be returned. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedPreparedStatementNames(java.util.Collection)} or * {@link #withUnprocessedPreparedStatementNames(java.util.Collection)} if you want to override the existing values. *
* * @param unprocessedPreparedStatementNames * A list of one or more prepared statements that were requested but could not be returned. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPreparedStatementResult withUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames) { if (this.unprocessedPreparedStatementNames == null) { setUnprocessedPreparedStatementNames(new java.util.ArrayList* A list of one or more prepared statements that were requested but could not be returned. *
* * @param unprocessedPreparedStatementNames * A list of one or more prepared statements that were requested but could not be returned. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPreparedStatementResult withUnprocessedPreparedStatementNames( java.util.Collection