JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codebuild.model

Class BatchGetProjectsResult

    • Constructor Detail

      • BatchGetProjectsResult

        public BatchGetProjectsResult()
    • Method Detail

      • getProjects

        public List<Project> getProjects()

        Information about the requested build projects.

        Returns:
        Information about the requested build projects.
      • setProjects

        public void setProjects(Collection<Project> projects)

        Information about the requested build projects.

        Parameters:
        projects - Information about the requested build projects.
      • withProjects

        public BatchGetProjectsResult withProjects(Collection<Project> projects)

        Information about the requested build projects.

        Parameters:
        projects - Information about the requested build projects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getProjectsNotFound

        public List<String> getProjectsNotFound()

        The names of build projects for which information could not be found.

        Returns:
        The names of build projects for which information could not be found.
      • setProjectsNotFound

        public void setProjectsNotFound(Collection<String> projectsNotFound)

        The names of build projects for which information could not be found.

        Parameters:
        projectsNotFound - The names of build projects for which information could not be found.
      • withProjectsNotFound

        public BatchGetProjectsResult withProjectsNotFound(String... projectsNotFound)

        The names of build projects for which information could not be found.

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

        Parameters:
        projectsNotFound - The names of build projects for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withProjectsNotFound

        public BatchGetProjectsResult withProjectsNotFound(Collection<String> projectsNotFound)

        The names of build projects for which information could not be found.

        Parameters:
        projectsNotFound - The names of build projects for which information could not be found.
        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /