Class CapacityReservationListResult


  • public final class CapacityReservationListResult
    extends Object
    The list capacity reservation operation response.
    • Constructor Detail

      • CapacityReservationListResult

        public CapacityReservationListResult()
    • Method Detail

      • value

        public List<CapacityReservationInner> value()
        Get the value property: The list of capacity reservations.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of capacity reservations. Call ListNext() with this URI to fetch the next page of capacity reservations.
        Returns:
        the nextLink value.
      • withNextLink

        public CapacityReservationListResult withNextLink​(String nextLink)
        Set the nextLink property: The URI to fetch the next page of capacity reservations. Call ListNext() with this URI to fetch the next page of capacity reservations.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the CapacityReservationListResult object itself.
      • validate

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