Class AccountInfo

java.lang.Object
com.azure.resourcemanager.dynatrace.models.AccountInfo

public final class AccountInfo extends Object
Dynatrace Account Information.
  • Constructor Details

    • AccountInfo

      public AccountInfo()
  • Method Details

    • accountId

      public String accountId()
      Get the accountId property: Account Id of the account this environment is linked to.
      Returns:
      the accountId value.
    • withAccountId

      public AccountInfo withAccountId(String accountId)
      Set the accountId property: Account Id of the account this environment is linked to.
      Parameters:
      accountId - the accountId value to set.
      Returns:
      the AccountInfo object itself.
    • regionId

      public String regionId()
      Get the regionId property: Region in which the account is created.
      Returns:
      the regionId value.
    • withRegionId

      public AccountInfo withRegionId(String regionId)
      Set the regionId property: Region in which the account is created.
      Parameters:
      regionId - the regionId value to set.
      Returns:
      the AccountInfo object itself.
    • validate

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