Class DescribeConfigurationsResult

    • Constructor Detail

      • DescribeConfigurationsResult

        public DescribeConfigurationsResult()
    • Method Detail

      • getConfigurations

        public List<Map<String,​String>> getConfigurations()

        A key in the response map. The value is an array of data.

        Returns:
        A key in the response map. The value is an array of data.
      • setConfigurations

        public void setConfigurations​(Collection<Map<String,​String>> configurations)

        A key in the response map. The value is an array of data.

        Parameters:
        configurations - A key in the response map. The value is an array of data.
      • withConfigurations

        public DescribeConfigurationsResult withConfigurations​(Collection<Map<String,​String>> configurations)

        A key in the response map. The value is an array of data.

        Parameters:
        configurations - A key in the response map. The value is an array of data.
        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