Class InformaticaProperties

java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.InformaticaProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<InformaticaProperties>

public final class InformaticaProperties extends Object implements com.azure.json.JsonSerializable<InformaticaProperties>
Properties of the Informatica organization.
  • Constructor Details

    • InformaticaProperties

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

    • organizationId

      public String organizationId()
      Get the organizationId property: Organization id.
      Returns:
      the organizationId value.
    • withOrganizationId

      public InformaticaProperties withOrganizationId(String organizationId)
      Set the organizationId property: Organization id.
      Parameters:
      organizationId - the organizationId value to set.
      Returns:
      the InformaticaProperties object itself.
    • organizationName

      public String organizationName()
      Get the organizationName property: Organization name.
      Returns:
      the organizationName value.
    • withOrganizationName

      public InformaticaProperties withOrganizationName(String organizationName)
      Set the organizationName property: Organization name.
      Parameters:
      organizationName - the organizationName value to set.
      Returns:
      the InformaticaProperties object itself.
    • informaticaRegion

      public String informaticaRegion()
      Get the informaticaRegion property: Informatica organization region.
      Returns:
      the informaticaRegion value.
    • withInformaticaRegion

      public InformaticaProperties withInformaticaRegion(String informaticaRegion)
      Set the informaticaRegion property: Informatica organization region.
      Parameters:
      informaticaRegion - the informaticaRegion value to set.
      Returns:
      the InformaticaProperties object itself.
    • singleSignOnUrl

      public String singleSignOnUrl()
      Get the singleSignOnUrl property: Single sing on URL for informatica organization.
      Returns:
      the singleSignOnUrl value.
    • withSingleSignOnUrl

      public InformaticaProperties withSingleSignOnUrl(String singleSignOnUrl)
      Set the singleSignOnUrl property: Single sing on URL for informatica organization.
      Parameters:
      singleSignOnUrl - the singleSignOnUrl value to set.
      Returns:
      the InformaticaProperties object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<InformaticaProperties>
      Throws:
      IOException
    • fromJson

      public static InformaticaProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of InformaticaProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of InformaticaProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the InformaticaProperties.