Class PrivateEndpointConnectionsDeleteHeaders
- java.lang.Object
-
- com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsDeleteHeaders
-
public final class PrivateEndpointConnectionsDeleteHeaders extends Object
The PrivateEndpointConnectionsDeleteHeaders model.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionsDeleteHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: The Location property.IntegerretryAfter()Get the retryAfter property: The Retry-After property.voidvalidate()Validates the instance.PrivateEndpointConnectionsDeleteHeaderswithLocation(String location)Set the location property: The Location property.PrivateEndpointConnectionsDeleteHeaderswithRetryAfter(Integer retryAfter)Set the retryAfter property: The Retry-After property.
-
-
-
Method Detail
-
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.
-
-