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 GetSubscriptionRequestDetailsResult

    • Constructor Detail

      • GetSubscriptionRequestDetailsResult

        public GetSubscriptionRequestDetailsResult()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the specified subscription request was created.

        Parameters:
        createdAt - The timestamp of when the specified subscription request was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when the specified subscription request was created.

        Returns:
        The timestamp of when the specified subscription request was created.
      • withCreatedAt

        public GetSubscriptionRequestDetailsResult withCreatedAt(Date createdAt)

        The timestamp of when the specified subscription request was created.

        Parameters:
        createdAt - The timestamp of when the specified subscription request was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The Amazon DataZone user who created the subscription request.

        Parameters:
        createdBy - The Amazon DataZone user who created the subscription request.
      • getCreatedBy

        public String getCreatedBy()

        The Amazon DataZone user who created the subscription request.

        Returns:
        The Amazon DataZone user who created the subscription request.
      • withCreatedBy

        public GetSubscriptionRequestDetailsResult withCreatedBy(String createdBy)

        The Amazon DataZone user who created the subscription request.

        Parameters:
        createdBy - The Amazon DataZone user who created the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDecisionComment

        public void setDecisionComment(String decisionComment)

        The decision comment of the subscription request.

        Parameters:
        decisionComment - The decision comment of the subscription request.
      • getDecisionComment

        public String getDecisionComment()

        The decision comment of the subscription request.

        Returns:
        The decision comment of the subscription request.
      • withDecisionComment

        public GetSubscriptionRequestDetailsResult withDecisionComment(String decisionComment)

        The decision comment of the subscription request.

        Parameters:
        decisionComment - The decision comment of the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The Amazon DataZone domain of the subscription request.

        Parameters:
        domainId - The Amazon DataZone domain of the subscription request.
      • getDomainId

        public String getDomainId()

        The Amazon DataZone domain of the subscription request.

        Returns:
        The Amazon DataZone domain of the subscription request.
      • withDomainId

        public GetSubscriptionRequestDetailsResult withDomainId(String domainId)

        The Amazon DataZone domain of the subscription request.

        Parameters:
        domainId - The Amazon DataZone domain of the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The identifier of the subscription request.

        Parameters:
        id - The identifier of the subscription request.
      • getId

        public String getId()

        The identifier of the subscription request.

        Returns:
        The identifier of the subscription request.
      • withId

        public GetSubscriptionRequestDetailsResult withId(String id)

        The identifier of the subscription request.

        Parameters:
        id - The identifier of the subscription request.
        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 GetSubscriptionRequestDetailsResult 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.
      • setReviewerId

        public void setReviewerId(String reviewerId)

        The identifier of the Amazon DataZone user who reviewed the subscription request.

        Parameters:
        reviewerId - The identifier of the Amazon DataZone user who reviewed the subscription request.
      • getReviewerId

        public String getReviewerId()

        The identifier of the Amazon DataZone user who reviewed the subscription request.

        Returns:
        The identifier of the Amazon DataZone user who reviewed the subscription request.
      • withReviewerId

        public GetSubscriptionRequestDetailsResult withReviewerId(String reviewerId)

        The identifier of the Amazon DataZone user who reviewed the subscription request.

        Parameters:
        reviewerId - The identifier of the Amazon DataZone user who reviewed the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the subscription request.

        Parameters:
        status - The status of the subscription request.
        See Also:
        SubscriptionRequestStatus
      • getStatus

        public String getStatus()

        The status of the subscription request.

        Returns:
        The status of the subscription request.
        See Also:
        SubscriptionRequestStatus
      • getSubscribedListings

        public List<SubscribedListing> getSubscribedListings()

        The subscribed listings in the subscription request.

        Returns:
        The subscribed listings in the subscription request.
      • setSubscribedListings

        public void setSubscribedListings(Collection<SubscribedListing> subscribedListings)

        The subscribed listings in the subscription request.

        Parameters:
        subscribedListings - The subscribed listings in the subscription request.
      • withSubscribedListings

        public GetSubscriptionRequestDetailsResult withSubscribedListings(Collection<SubscribedListing> subscribedListings)

        The subscribed listings in the subscription request.

        Parameters:
        subscribedListings - The subscribed listings in the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscribedPrincipals

        public List<SubscribedPrincipal> getSubscribedPrincipals()

        The subscribed principals in the subscription request.

        Returns:
        The subscribed principals in the subscription request.
      • setSubscribedPrincipals

        public void setSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)

        The subscribed principals in the subscription request.

        Parameters:
        subscribedPrincipals - The subscribed principals in the subscription request.
      • withSubscribedPrincipals

        public GetSubscriptionRequestDetailsResult withSubscribedPrincipals(Collection<SubscribedPrincipal> subscribedPrincipals)

        The subscribed principals in the subscription request.

        Parameters:
        subscribedPrincipals - The subscribed principals in the subscription request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when the subscription request was updated.

        Parameters:
        updatedAt - The timestamp of when the subscription request was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp of when the subscription request was updated.

        Returns:
        The timestamp of when the subscription request was updated.
      • withUpdatedAt

        public GetSubscriptionRequestDetailsResult withUpdatedAt(Date updatedAt)

        The timestamp of when the subscription request was updated.

        Parameters:
        updatedAt - The timestamp of when the subscription request was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedBy

        public void setUpdatedBy(String updatedBy)

        The Amazon DataZone user who updated the subscription request.

        Parameters:
        updatedBy - The Amazon DataZone user who updated the subscription request.
      • getUpdatedBy

        public String getUpdatedBy()

        The Amazon DataZone user who updated the subscription request.

        Returns:
        The Amazon DataZone user who updated the subscription request.
      • withUpdatedBy

        public GetSubscriptionRequestDetailsResult withUpdatedBy(String updatedBy)

        The Amazon DataZone user who updated the subscription request.

        Parameters:
        updatedBy - The Amazon DataZone user who updated the subscription request.
        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 によって変換されたページ (->オリジナル) /