Class DescribeConfigurationRecordersResult

    • Constructor Detail

      • DescribeConfigurationRecordersResult

        public DescribeConfigurationRecordersResult()
    • Method Detail

      • getConfigurationRecorders

        public List<ConfigurationRecorder> getConfigurationRecorders()

        A list that contains the descriptions of the specified configuration recorders.

        Returns:
        A list that contains the descriptions of the specified configuration recorders.
      • setConfigurationRecorders

        public void setConfigurationRecorders​(Collection<ConfigurationRecorder> configurationRecorders)

        A list that contains the descriptions of the specified configuration recorders.

        Parameters:
        configurationRecorders - A list that contains the descriptions of the specified configuration recorders.
      • withConfigurationRecorders

        public DescribeConfigurationRecordersResult withConfigurationRecorders​(Collection<ConfigurationRecorder> configurationRecorders)

        A list that contains the descriptions of the specified configuration recorders.

        Parameters:
        configurationRecorders - A list that contains the descriptions of the specified configuration recorders.
        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