Class DescribePipelinesRequest

    • Constructor Detail

      • DescribePipelinesRequest

        public DescribePipelinesRequest()
    • Method Detail

      • getPipelineIds

        public List<String> getPipelineIds()

        The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

        Returns:
        The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
      • setPipelineIds

        public void setPipelineIds​(Collection<String> pipelineIds)

        The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

        Parameters:
        pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
      • withPipelineIds

        public DescribePipelinesRequest withPipelineIds​(String... pipelineIds)

        The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

        NOTE: This method appends the values to the existing list (if any). Use setPipelineIds(java.util.Collection) or withPipelineIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPipelineIds

        public DescribePipelinesRequest withPipelineIds​(Collection<String> pipelineIds)

        The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

        Parameters:
        pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object