Class DescribeAppsResult

    • Constructor Detail

      • DescribeAppsResult

        public DescribeAppsResult()
    • Method Detail

      • getApps

        public List<App> getApps()

        An array of App objects that describe the specified apps.

        Returns:
        An array of App objects that describe the specified apps.
      • setApps

        public void setApps​(Collection<App> apps)

        An array of App objects that describe the specified apps.

        Parameters:
        apps - An array of App objects that describe the specified apps.
      • withApps

        public DescribeAppsResult withApps​(App... apps)

        An array of App objects that describe the specified apps.

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

        Parameters:
        apps - An array of App objects that describe the specified apps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withApps

        public DescribeAppsResult withApps​(Collection<App> apps)

        An array of App objects that describe the specified apps.

        Parameters:
        apps - An array of App objects that describe the specified apps.
        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