Class PrivateEndpointConnectionsDeleteHeaders

java.lang.Object
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsDeleteHeaders

public final class PrivateEndpointConnectionsDeleteHeaders extends Object
The PrivateEndpointConnectionsDeleteHeaders model.
  • Constructor Details

    • PrivateEndpointConnectionsDeleteHeaders

      public PrivateEndpointConnectionsDeleteHeaders()
  • Method Details

    • retryAfter

      public Integer retryAfter()
      Get the retryAfter property: The Retry-After property.
      Returns:
      the retryAfter value.
    • withRetryAfter

      public PrivateEndpointConnectionsDeleteHeaders withRetryAfter(Integer retryAfter)
      Set the retryAfter property: The Retry-After property.
      Parameters:
      retryAfter - the retryAfter value to set.
      Returns:
      the PrivateEndpointConnectionsDeleteHeaders object itself.
    • location

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

      public PrivateEndpointConnectionsDeleteHeaders withLocation(String location)
      Set the location property: The Location property.
      Parameters:
      location - the location value to set.
      Returns:
      the PrivateEndpointConnectionsDeleteHeaders object itself.
    • validate

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