Class DescribeServicesResult

    • Constructor Detail

      • DescribeServicesResult

        public DescribeServicesResult()
    • Method Detail

      • getServices

        public List<Service> getServices()

        A JSON-formatted list of AWS services.

        Returns:
        A JSON-formatted list of AWS services.
      • setServices

        public void setServices​(Collection<Service> services)

        A JSON-formatted list of AWS services.

        Parameters:
        services - A JSON-formatted list of AWS services.
      • withServices

        public DescribeServicesResult withServices​(Collection<Service> services)

        A JSON-formatted list of AWS services.

        Parameters:
        services - A JSON-formatted list of AWS services.
        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