Class DedicatedHsmListResult


  • public final class DedicatedHsmListResult
    extends Object
    List of dedicated HSMs.
    • Constructor Detail

      • DedicatedHsmListResult

        public DedicatedHsmListResult()
    • Method Detail

      • value

        public List<DedicatedHsmInner> value()
        Get the value property: The list of dedicated HSMs.
        Returns:
        the value value.
      • withValue

        public DedicatedHsmListResult withValue​(List<DedicatedHsmInner> value)
        Set the value property: The list of dedicated HSMs.
        Parameters:
        value - the value value to set.
        Returns:
        the DedicatedHsmListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to get the next set of dedicated hsms.
        Returns:
        the nextLink value.
      • withNextLink

        public DedicatedHsmListResult withNextLink​(String nextLink)
        Set the nextLink property: The URL to get the next set of dedicated hsms.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DedicatedHsmListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.