Class CreateFormTypeRequest

    • Method Detail

      • description

        public final String description()

        The description of this Amazon DataZone metadata form type.

        Returns:
        The description of this Amazon DataZone metadata form type.
      • domainIdentifier

        public final String domainIdentifier()

        The ID of the Amazon DataZone domain in which this metadata form type is created.

        Returns:
        The ID of the Amazon DataZone domain in which this metadata form type is created.
      • model

        public final Model model()

        The model of this Amazon DataZone metadata form type.

        Returns:
        The model of this Amazon DataZone metadata form type.
      • name

        public final String name()

        The name of this Amazon DataZone metadata form type.

        Returns:
        The name of this Amazon DataZone metadata form type.
      • owningProjectIdentifier

        public final String owningProjectIdentifier()

        The ID of the Amazon DataZone project that owns this metadata form type.

        Returns:
        The ID of the Amazon DataZone project that owns this metadata form type.
      • status

        public final FormTypeStatus status()

        The status of this Amazon DataZone metadata form type.

        If the service returns an enum value that is not available in the current SDK version, status will return FormTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of this Amazon DataZone metadata form type.
        See Also:
        FormTypeStatus
      • statusAsString

        public final String statusAsString()

        The status of this Amazon DataZone metadata form type.

        If the service returns an enum value that is not available in the current SDK version, status will return FormTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of this Amazon DataZone metadata form type.
        See Also:
        FormTypeStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object