Class UpdateSubscriptionGrantStatusRequest

    • Method Detail

      • assetIdentifier

        public final String assetIdentifier()

        The identifier of the asset the subscription grant status of which is to be updated.

        Returns:
        The identifier of the asset the subscription grant status of which is to be updated.
      • domainIdentifier

        public final String domainIdentifier()

        The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.

        Returns:
        The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
      • failureCause

        public final FailureCause failureCause()

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Returns:
        Specifies the error message that is returned if the operation cannot be successfully completed.
      • identifier

        public final String identifier()

        The identifier of the subscription grant the status of which is to be updated.

        Returns:
        The identifier of the subscription grant the status of which is to be updated.
      • statusAsString

        public final String statusAsString()

        The status to be updated as part of the UpdateSubscriptionGrantStatus action.

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

        Returns:
        The status to be updated as part of the UpdateSubscriptionGrantStatus action.
        See Also:
        SubscriptionGrantStatus
      • targetName

        public final String targetName()

        The target name to be updated as part of the UpdateSubscriptionGrantStatus action.

        Returns:
        The target name to be updated as part of the UpdateSubscriptionGrantStatus action.
      • 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