MhsmPrivateEndpointConnectionsPutHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.keyvault.models.MhsmPrivateEndpointConnectionsPutHeaders

public final class MhsmPrivateEndpointConnectionsPutHeaders

The MhsmPrivateEndpointConnectionsPutHeaders model.

Constructor Summary

Constructor Description
MhsmPrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders)

Creates an instance of MhsmPrivateEndpointConnectionsPutHeaders class.

Method Summary

Modifier and Type Method and Description
String azureAsyncOperation()

Get the azureAsyncOperation property: The Azure-AsyncOperation property.

Integer retryAfter()

Get the retryAfter property: The Retry-After property.

void validate()

Validates the instance.

MhsmPrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)

Set the azureAsyncOperation property: The Azure-AsyncOperation property.

MhsmPrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Methods inherited from java.lang.Object

Constructor Details

MhsmPrivateEndpointConnectionsPutHeaders

public MhsmPrivateEndpointConnectionsPutHeaders(HttpHeaders rawHeaders)

Creates an instance of MhsmPrivateEndpointConnectionsPutHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

Method Details

azureAsyncOperation

public String azureAsyncOperation()

Get the azureAsyncOperation property: The Azure-AsyncOperation property.

Returns:

the azureAsyncOperation value.

retryAfter

public Integer retryAfter()

Get the retryAfter property: The Retry-After property.

Returns:

the retryAfter value.

validate

public void validate()

Validates the instance.

withAzureAsyncOperation

public MhsmPrivateEndpointConnectionsPutHeaders withAzureAsyncOperation(String azureAsyncOperation)

Set the azureAsyncOperation property: The Azure-AsyncOperation property.

Parameters:

azureAsyncOperation - the azureAsyncOperation value to set.

Returns:

the MhsmPrivateEndpointConnectionsPutHeaders object itself.

withRetryAfter

public MhsmPrivateEndpointConnectionsPutHeaders withRetryAfter(Integer retryAfter)

Set the retryAfter property: The Retry-After property.

Parameters:

retryAfter - the retryAfter value to set.

Returns:

the MhsmPrivateEndpointConnectionsPutHeaders object itself.

Applies to