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 CreateSubscriptionRequestRequest

    • Constructor Detail

      • CreateSubscriptionRequestRequest

        public CreateSubscriptionRequestRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • getClientToken

        public String getClientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • withClientToken

        public CreateSubscriptionRequestRequest withClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

        The ID of the Amazon DataZone domain in which the subscription request is created.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which the subscription request is created.
      • getDomainIdentifier

        public String getDomainIdentifier()

        The ID of the Amazon DataZone domain in which the subscription request is created.

        Returns:
        The ID of the Amazon DataZone domain in which the subscription request is created.
      • withDomainIdentifier

        public CreateSubscriptionRequestRequest withDomainIdentifier(String domainIdentifier)

        The ID of the Amazon DataZone domain in which the subscription request is created.

        Parameters:
        domainIdentifier - The ID of the Amazon DataZone domain in which the subscription request is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequestReason

        public void setRequestReason(String requestReason)

        The reason for the subscription request.

        Parameters:
        requestReason - The reason for the subscription request.
      • getRequestReason

        public String getRequestReason()

        The reason for the subscription request.

        Returns:
        The reason for the subscription request.
      • withRequestReason

        public CreateSubscriptionRequestRequest withRequestReason(String requestReason)

        The reason for the subscription request.

        Parameters:
        requestReason - The reason for the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscribedListings

        public List<SubscribedListingInput> getSubscribedListings()

        The published asset for which the subscription grant is to be created.

        Returns:
        The published asset for which the subscription grant is to be created.
      • setSubscribedListings

        public void setSubscribedListings(Collection<SubscribedListingInput> subscribedListings)

        The published asset for which the subscription grant is to be created.

        Parameters:
        subscribedListings - The published asset for which the subscription grant is to be created.
      • withSubscribedListings

        public CreateSubscriptionRequestRequest withSubscribedListings(Collection<SubscribedListingInput> subscribedListings)

        The published asset for which the subscription grant is to be created.

        Parameters:
        subscribedListings - The published asset for which the subscription grant is to be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscribedPrincipals

        public List<SubscribedPrincipalInput> getSubscribedPrincipals()

        The Amazon DataZone principals for whom the subscription request is created.

        Returns:
        The Amazon DataZone principals for whom the subscription request is created.
      • setSubscribedPrincipals

        public void setSubscribedPrincipals(Collection<SubscribedPrincipalInput> subscribedPrincipals)

        The Amazon DataZone principals for whom the subscription request is created.

        Parameters:
        subscribedPrincipals - The Amazon DataZone principals for whom the subscription request is created.
      • withSubscribedPrincipals

        public CreateSubscriptionRequestRequest withSubscribedPrincipals(Collection<SubscribedPrincipalInput> subscribedPrincipals)

        The Amazon DataZone principals for whom the subscription request is created.

        Parameters:
        subscribedPrincipals - The Amazon DataZone principals for whom the subscription request is created.
        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 によって変換されたページ (->オリジナル) /