Class WatchlistsDeleteHeaders
java.lang.Object
com.azure.resourcemanager.securityinsights.models.WatchlistsDeleteHeaders
The WatchlistsDeleteHeaders model.
-
Constructor Summary
ConstructorDescriptionWatchlistsDeleteHeaders
(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of WatchlistsDeleteHeaders class. -
Method Summary
Modifier and TypeMethodDescriptionGet the azureAsyncOperation property: The Azure-AsyncOperation property.void
validate()
Validates the instance.withAzureAsyncOperation
(String azureAsyncOperation) Set the azureAsyncOperation property: The Azure-AsyncOperation property.
-
Constructor Details
-
WatchlistsDeleteHeaders
public WatchlistsDeleteHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of WatchlistsDeleteHeaders class.- Parameters:
rawHeaders
- The raw HttpHeaders that will be used to create the property values.
-
-
Method Details
-
azureAsyncOperation
Get the azureAsyncOperation property: The Azure-AsyncOperation property.- Returns:
- the azureAsyncOperation value.
-
withAzureAsyncOperation
Set the azureAsyncOperation property: The Azure-AsyncOperation property.- Parameters:
azureAsyncOperation
- the azureAsyncOperation value to set.- Returns:
- the WatchlistsDeleteHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-