Class DescribeServicesResult

    • Constructor Detail

      • DescribeServicesResult

        public DescribeServicesResult()
    • Method Detail

      • getServices

        public List<Service> getServices()

        The list of services described.

        Returns:
        The list of services described.
      • setServices

        public void setServices​(Collection<Service> services)

        The list of services described.

        Parameters:
        services - The list of services described.
      • withServices

        public DescribeServicesResult withServices​(Collection<Service> services)

        The list of services described.

        Parameters:
        services - The list of services described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFailures

        public List<Failure> getFailures()

        Any failures associated with the call.

        Returns:
        Any failures associated with the call.
      • setFailures

        public void setFailures​(Collection<Failure> failures)

        Any failures associated with the call.

        Parameters:
        failures - Any failures associated with the call.
      • withFailures

        public DescribeServicesResult withFailures​(Collection<Failure> failures)

        Any failures associated with the call.

        Parameters:
        failures - Any failures associated with the call.
        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