Class AsyncOperationId

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.AsyncOperationId

public final class AsyncOperationId extends Object
Reference to an Azure Async Operation ID.
  • Constructor Details

    • AsyncOperationId

      public AsyncOperationId()
      Creates an instance of AsyncOperationId class.
  • Method Details

    • id

      public String id()
      Get the id property: Azure Async Operation ID.
      Returns:
      the id value.
    • withId

      public AsyncOperationId withId(String id)
      Set the id property: Azure Async Operation ID.
      Parameters:
      id - the id value to set.
      Returns:
      the AsyncOperationId object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.