Class PrivateEndpointConnectionsDeleteHeaders
- java.lang.Object
-
- com.azure.resourcemanager.iotcentral.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 String
azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.String
location()
Get the location property: The Location property.String
retryAfter()
Get the retryAfter property: The Retry-After property.void
validate()
Validates the instance.PrivateEndpointConnectionsDeleteHeaders
withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.PrivateEndpointConnectionsDeleteHeaders
withLocation(String location)
Set the location property: The Location property.PrivateEndpointConnectionsDeleteHeaders
withRetryAfter(String retryAfter)
Set the retryAfter property: The Retry-After property.
-
-
-
Method Detail
-
retryAfter
public String retryAfter()
Get the retryAfter property: The Retry-After property.- Returns:
- the retryAfter value.
-
withRetryAfter
public PrivateEndpointConnectionsDeleteHeaders withRetryAfter(String retryAfter)
Set the retryAfter property: The Retry-After property.- Parameters:
retryAfter
- the retryAfter value to set.- Returns:
- the PrivateEndpointConnectionsDeleteHeaders object itself.
-
azureAsyncOperation
public String azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.- Returns:
- the azureAsyncOperation value.
-
withAzureAsyncOperation
public PrivateEndpointConnectionsDeleteHeaders withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.- Parameters:
azureAsyncOperation
- the azureAsyncOperation 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.
-
-