Class PoolDeleteHeaders


  • public class PoolDeleteHeaders
    extends Object
    Defines headers for Delete operation.
    • Constructor Detail

      • PoolDeleteHeaders

        public PoolDeleteHeaders()
    • Method Detail

      • location

        public String location()
        Get the location value.
        Returns:
        the location value
      • withLocation

        public PoolDeleteHeaders withLocation​(String location)
        Set the location value.
        Parameters:
        location - the location value to set
        Returns:
        the PoolDeleteHeaders object itself.
      • retryAfter

        public Integer retryAfter()
        Get the retryAfter value.
        Returns:
        the retryAfter value
      • withRetryAfter

        public PoolDeleteHeaders withRetryAfter​(Integer retryAfter)
        Set the retryAfter value.
        Parameters:
        retryAfter - the retryAfter value to set
        Returns:
        the PoolDeleteHeaders object itself.