Class DescribeConfigurationRecordersResult

java.lang.Object
com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeConfigurationRecordersResult extends Object implements Serializable, Cloneable

The output for the DescribeConfigurationRecorders action.

See Also:
  • Constructor Details

    • DescribeConfigurationRecordersResult

      public DescribeConfigurationRecordersResult()
  • Method Details

    • 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(ConfigurationRecorder... configurationRecorders)

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

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

      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.
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object