Class ProvisionedClustersCommonPropertiesStatusProvisioningStatusError

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersCommonPropertiesStatusProvisioningStatusError

public final class ProvisionedClustersCommonPropertiesStatusProvisioningStatusError extends Object
The ProvisionedClustersCommonPropertiesStatusProvisioningStatusError model.
  • Constructor Details

    • ProvisionedClustersCommonPropertiesStatusProvisioningStatusError

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

    • code

      public String code()
      Get the code property: The code property.
      Returns:
      the code value.
    • withCode

      Set the code property: The code property.
      Parameters:
      code - the code value to set.
      Returns:
      the ProvisionedClustersCommonPropertiesStatusProvisioningStatusError object itself.
    • message

      public String message()
      Get the message property: The message property.
      Returns:
      the message value.
    • withMessage

      Set the message property: The message property.
      Parameters:
      message - the message value to set.
      Returns:
      the ProvisionedClustersCommonPropertiesStatusProvisioningStatusError object itself.
    • validate

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