Class DescribeAppsRequest

    • Constructor Detail

      • DescribeAppsRequest

        public DescribeAppsRequest()
    • Method Detail

      • setStackId

        public void setStackId​(String stackId)

        The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

        Parameters:
        stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
      • getStackId

        public String getStackId()

        The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

        Returns:
        The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
      • withStackId

        public DescribeAppsRequest withStackId​(String stackId)

        The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

        Parameters:
        stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAppIds

        public List<String> getAppIds()

        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

        Returns:
        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
      • setAppIds

        public void setAppIds​(Collection<String> appIds)

        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

        Parameters:
        appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
      • withAppIds

        public DescribeAppsRequest withAppIds​(String... appIds)

        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

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

        Parameters:
        appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAppIds

        public DescribeAppsRequest withAppIds​(Collection<String> appIds)

        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

        Parameters:
        appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
        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