/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.datapipeline.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Contains the output of GetPipelineDefinition. *
* * @see AWS * API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineDefinitionResult extends com.amazonaws.AmazonWebServiceResult* The objects defined in the pipeline. *
*/ private com.amazonaws.internal.SdkInternalList* The parameter objects used in the pipeline definition. *
*/ private com.amazonaws.internal.SdkInternalList* The parameter values used in the pipeline definition. *
*/ private com.amazonaws.internal.SdkInternalList* The objects defined in the pipeline. *
* * @return The objects defined in the pipeline. */ public java.util.List* The objects defined in the pipeline. *
* * @param pipelineObjects * The objects defined in the pipeline. */ public void setPipelineObjects(java.util.Collection* The objects defined in the pipeline. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you * want to override the existing values. *
* * @param pipelineObjects * The objects defined in the pipeline. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPipelineDefinitionResult withPipelineObjects(PipelineObject... pipelineObjects) { if (this.pipelineObjects == null) { setPipelineObjects(new com.amazonaws.internal.SdkInternalList* The objects defined in the pipeline. *
* * @param pipelineObjects * The objects defined in the pipeline. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPipelineDefinitionResult withPipelineObjects(java.util.Collection* The parameter objects used in the pipeline definition. *
* * @return The parameter objects used in the pipeline definition. */ public java.util.List* The parameter objects used in the pipeline definition. *
* * @param parameterObjects * The parameter objects used in the pipeline definition. */ public void setParameterObjects(java.util.Collection* The parameter objects used in the pipeline definition. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you * want to override the existing values. *
* * @param parameterObjects * The parameter objects used in the pipeline definition. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPipelineDefinitionResult withParameterObjects(ParameterObject... parameterObjects) { if (this.parameterObjects == null) { setParameterObjects(new com.amazonaws.internal.SdkInternalList* The parameter objects used in the pipeline definition. *
* * @param parameterObjects * The parameter objects used in the pipeline definition. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPipelineDefinitionResult withParameterObjects(java.util.Collection* The parameter values used in the pipeline definition. *
* * @return The parameter values used in the pipeline definition. */ public java.util.List* The parameter values used in the pipeline definition. *
* * @param parameterValues * The parameter values used in the pipeline definition. */ public void setParameterValues(java.util.Collection* The parameter values used in the pipeline definition. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you * want to override the existing values. *
* * @param parameterValues * The parameter values used in the pipeline definition. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPipelineDefinitionResult withParameterValues(ParameterValue... parameterValues) { if (this.parameterValues == null) { setParameterValues(new com.amazonaws.internal.SdkInternalList* The parameter values used in the pipeline definition. *
* * @param parameterValues * The parameter values used in the pipeline definition. * @return Returns a reference to this object so that method calls can be chained together. */ public GetPipelineDefinitionResult withParameterValues(java.util.Collection