Class PrivateEndpointConnectionsPutHeaders
- java.lang.Object
-
- com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsPutHeaders
-
public final class PrivateEndpointConnectionsPutHeaders extends Object
The PrivateEndpointConnectionsPutHeaders model.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionsPutHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringazureAsyncOperation()Get the azureAsyncOperation property: The Azure-AsyncOperation property.IntegerretryAfter()Get the retryAfter property: The Retry-After property.voidvalidate()Validates the instance.PrivateEndpointConnectionsPutHeaderswithAzureAsyncOperation(String azureAsyncOperation)Set the azureAsyncOperation property: The Azure-AsyncOperation property.PrivateEndpointConnectionsPutHeaderswithRetryAfter(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 PrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)
Set the retryAfter property: The Retry-After property.- Parameters:
retryAfter- the retryAfter value to set.- Returns:
- the PrivateEndpointConnectionsPutHeaders object itself.
-
azureAsyncOperation
public String azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.- Returns:
- the azureAsyncOperation value.
-
withAzureAsyncOperation
public PrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.- Parameters:
azureAsyncOperation- the azureAsyncOperation value to set.- Returns:
- the PrivateEndpointConnectionsPutHeaders object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-