Class DescribeRaidArraysResult

    • Constructor Detail

      • DescribeRaidArraysResult

        public DescribeRaidArraysResult()
    • Method Detail

      • getRaidArrays

        public List<RaidArray> getRaidArrays()

        A RaidArrays object that describes the specified RAID arrays.

        Returns:
        A RaidArrays object that describes the specified RAID arrays.
      • setRaidArrays

        public void setRaidArrays​(Collection<RaidArray> raidArrays)

        A RaidArrays object that describes the specified RAID arrays.

        Parameters:
        raidArrays - A RaidArrays object that describes the specified RAID arrays.
      • withRaidArrays

        public DescribeRaidArraysResult withRaidArrays​(RaidArray... raidArrays)

        A RaidArrays object that describes the specified RAID arrays.

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

        Parameters:
        raidArrays - A RaidArrays object that describes the specified RAID arrays.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRaidArrays

        public DescribeRaidArraysResult withRaidArrays​(Collection<RaidArray> raidArrays)

        A RaidArrays object that describes the specified RAID arrays.

        Parameters:
        raidArrays - A RaidArrays object that describes the specified RAID arrays.
        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