JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datazone.model

Class AcceptSubscriptionRequestRequest

    • Constructor Detail

      • AcceptSubscriptionRequestRequest

        public AcceptSubscriptionRequestRequest()
    • Method Detail

      • setDecisionComment

        public void setDecisionComment(String decisionComment)

        A description that specifies the reason for accepting the specified subscription request.

        Parameters:
        decisionComment - A description that specifies the reason for accepting the specified subscription request.
      • getDecisionComment

        public String getDecisionComment()

        A description that specifies the reason for accepting the specified subscription request.

        Returns:
        A description that specifies the reason for accepting the specified subscription request.
      • withDecisionComment

        public AcceptSubscriptionRequestRequest withDecisionComment(String decisionComment)

        A description that specifies the reason for accepting the specified subscription request.

        Parameters:
        decisionComment - A description that specifies the reason for accepting the specified subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

        The Amazon DataZone domain where the specified subscription request is being accepted.

        Parameters:
        domainIdentifier - The Amazon DataZone domain where the specified subscription request is being accepted.
      • getDomainIdentifier

        public String getDomainIdentifier()

        The Amazon DataZone domain where the specified subscription request is being accepted.

        Returns:
        The Amazon DataZone domain where the specified subscription request is being accepted.
      • withDomainIdentifier

        public AcceptSubscriptionRequestRequest withDomainIdentifier(String domainIdentifier)

        The Amazon DataZone domain where the specified subscription request is being accepted.

        Parameters:
        domainIdentifier - The Amazon DataZone domain where the specified subscription request is being accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentifier

        public void setIdentifier(String identifier)

        The unique identifier of the subscription request that is to be accepted.

        Parameters:
        identifier - The unique identifier of the subscription request that is to be accepted.
      • getIdentifier

        public String getIdentifier()

        The unique identifier of the subscription request that is to be accepted.

        Returns:
        The unique identifier of the subscription request that is to be accepted.
      • withIdentifier

        public AcceptSubscriptionRequestRequest withIdentifier(String identifier)

        The unique identifier of the subscription request that is to be accepted.

        Parameters:
        identifier - The unique identifier of the subscription request that is to be accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /