* An array of objects, one for each custom data identifier that matches the criteria specified in the request. *
*/ private java.util.List* An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but * doesn't correlate to an existing custom data identifier. *
*/ private java.util.List* An array of objects, one for each custom data identifier that matches the criteria specified in the request. *
* * @return An array of objects, one for each custom data identifier that matches the criteria specified in the * request. */ public java.util.List* An array of objects, one for each custom data identifier that matches the criteria specified in the request. *
* * @param customDataIdentifiers * An array of objects, one for each custom data identifier that matches the criteria specified in the * request. */ public void setCustomDataIdentifiers(java.util.Collection* An array of objects, one for each custom data identifier that matches the criteria specified in the request. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCustomDataIdentifiers(java.util.Collection)} or * {@link #withCustomDataIdentifiers(java.util.Collection)} if you want to override the existing values. *
* * @param customDataIdentifiers * An array of objects, one for each custom data identifier that matches the criteria specified in the * request. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCustomDataIdentifiersResult withCustomDataIdentifiers(BatchGetCustomDataIdentifierSummary... customDataIdentifiers) { if (this.customDataIdentifiers == null) { setCustomDataIdentifiers(new java.util.ArrayList* An array of objects, one for each custom data identifier that matches the criteria specified in the request. *
* * @param customDataIdentifiers * An array of objects, one for each custom data identifier that matches the criteria specified in the * request. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCustomDataIdentifiersResult withCustomDataIdentifiers(java.util.Collection* An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but * doesn't correlate to an existing custom data identifier. *
* * @return An array of custom data identifier IDs, one for each custom data identifier that was specified in the * request but doesn't correlate to an existing custom data identifier. */ public java.util.List* An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but * doesn't correlate to an existing custom data identifier. *
* * @param notFoundIdentifierIds * An array of custom data identifier IDs, one for each custom data identifier that was specified in the * request but doesn't correlate to an existing custom data identifier. */ public void setNotFoundIdentifierIds(java.util.Collection* An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but * doesn't correlate to an existing custom data identifier. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setNotFoundIdentifierIds(java.util.Collection)} or * {@link #withNotFoundIdentifierIds(java.util.Collection)} if you want to override the existing values. *
* * @param notFoundIdentifierIds * An array of custom data identifier IDs, one for each custom data identifier that was specified in the * request but doesn't correlate to an existing custom data identifier. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCustomDataIdentifiersResult withNotFoundIdentifierIds(String... notFoundIdentifierIds) { if (this.notFoundIdentifierIds == null) { setNotFoundIdentifierIds(new java.util.ArrayList* An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but * doesn't correlate to an existing custom data identifier. *
* * @param notFoundIdentifierIds * An array of custom data identifier IDs, one for each custom data identifier that was specified in the * request but doesn't correlate to an existing custom data identifier. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCustomDataIdentifiersResult withNotFoundIdentifierIds(java.util.Collection