* Returns a list of blueprint as a Blueprints
object.
*
* Returns a list of BlueprintNames
that were not found.
*
* Returns a list of blueprint as a Blueprints
object.
*
Blueprints
object.
*/
public java.util.List
* Returns a list of blueprint as a Blueprints
object.
*
Blueprints
object.
*/
public void setBlueprints(java.util.Collection
* Returns a list of blueprint as a Blueprints
object.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setBlueprints(java.util.Collection)} or {@link #withBlueprints(java.util.Collection)} if you want to * override the existing values. *
* * @param blueprints * Returns a list of blueprint as aBlueprints
object.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetBlueprintsResult withBlueprints(Blueprint... blueprints) {
if (this.blueprints == null) {
setBlueprints(new java.util.ArrayList
* Returns a list of blueprint as a Blueprints
object.
*
Blueprints
object.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetBlueprintsResult withBlueprints(java.util.Collection
* Returns a list of BlueprintNames
that were not found.
*
BlueprintNames
that were not found.
*/
public java.util.List
* Returns a list of BlueprintNames
that were not found.
*
BlueprintNames
that were not found.
*/
public void setMissingBlueprints(java.util.Collection
* Returns a list of BlueprintNames
that were not found.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setMissingBlueprints(java.util.Collection)} or {@link #withMissingBlueprints(java.util.Collection)} if * you want to override the existing values. *
* * @param missingBlueprints * Returns a list ofBlueprintNames
that were not found.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetBlueprintsResult withMissingBlueprints(String... missingBlueprints) {
if (this.missingBlueprints == null) {
setMissingBlueprints(new java.util.ArrayList
* Returns a list of BlueprintNames
that were not found.
*
BlueprintNames
that were not found.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetBlueprintsResult withMissingBlueprints(java.util.Collection