Class DescribeConfigurationsResult

java.lang.Object
com.amazonaws.services.applicationdiscovery.model.DescribeConfigurationsResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeConfigurationsResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeConfigurationsResult

      public DescribeConfigurationsResult()
  • Method Details

    • 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(Map<String,String>... configurations)

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

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

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