* The scanning configuration for the requested repositories. *
*/ private java.util.List* Any failures associated with the call. *
*/ private java.util.List* The scanning configuration for the requested repositories. *
* * @return The scanning configuration for the requested repositories. */ public java.util.List* The scanning configuration for the requested repositories. *
* * @param scanningConfigurations * The scanning configuration for the requested repositories. */ public void setScanningConfigurations(java.util.Collection* The scanning configuration for the requested repositories. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setScanningConfigurations(java.util.Collection)} or * {@link #withScanningConfigurations(java.util.Collection)} if you want to override the existing values. *
* * @param scanningConfigurations * The scanning configuration for the requested repositories. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRepositoryScanningConfigurationResult withScanningConfigurations(RepositoryScanningConfiguration... scanningConfigurations) { if (this.scanningConfigurations == null) { setScanningConfigurations(new java.util.ArrayList* The scanning configuration for the requested repositories. *
* * @param scanningConfigurations * The scanning configuration for the requested repositories. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRepositoryScanningConfigurationResult withScanningConfigurations(java.util.Collection* Any failures associated with the call. *
* * @return Any failures associated with the call. */ public java.util.List* Any failures associated with the call. *
* * @param failures * Any failures associated with the call. */ public void setFailures(java.util.Collection* Any failures associated with the call. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFailures(java.util.Collection)} or {@link #withFailures(java.util.Collection)} if you want to override * the existing values. *
* * @param failures * Any failures associated with the call. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRepositoryScanningConfigurationResult withFailures(RepositoryScanningConfigurationFailure... failures) { if (this.failures == null) { setFailures(new java.util.ArrayList* Any failures associated with the call. *
* * @param failures * Any failures associated with the call. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRepositoryScanningConfigurationResult withFailures(java.util.Collection