JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.connectcases.model

Class SearchRelatedItemsResponseItem

    • Constructor Detail

      • SearchRelatedItemsResponseItem

        public SearchRelatedItemsResponseItem()
    • Method Detail

      • setAssociationTime

        public void setAssociationTime(Date associationTime)

        Time at which a related item was associated with a case.

        Parameters:
        associationTime - Time at which a related item was associated with a case.
      • getAssociationTime

        public Date getAssociationTime()

        Time at which a related item was associated with a case.

        Returns:
        Time at which a related item was associated with a case.
      • withAssociationTime

        public SearchRelatedItemsResponseItem withAssociationTime(Date associationTime)

        Time at which a related item was associated with a case.

        Parameters:
        associationTime - Time at which a related item was associated with a case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContent

        public void setContent(RelatedItemContent content)

        Represents the content of a particular type of related item.

        Parameters:
        content - Represents the content of a particular type of related item.
      • getContent

        public RelatedItemContent getContent()

        Represents the content of a particular type of related item.

        Returns:
        Represents the content of a particular type of related item.
      • withContent

        public SearchRelatedItemsResponseItem withContent(RelatedItemContent content)

        Represents the content of a particular type of related item.

        Parameters:
        content - Represents the content of a particular type of related item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPerformedBy

        public void setPerformedBy(UserUnion performedBy)

        Represents the creator of the related item.

        Parameters:
        performedBy - Represents the creator of the related item.
      • getPerformedBy

        public UserUnion getPerformedBy()

        Represents the creator of the related item.

        Returns:
        Represents the creator of the related item.
      • withPerformedBy

        public SearchRelatedItemsResponseItem withPerformedBy(UserUnion performedBy)

        Represents the creator of the related item.

        Parameters:
        performedBy - Represents the creator of the related item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRelatedItemId

        public void setRelatedItemId(String relatedItemId)

        Unique identifier of a related item.

        Parameters:
        relatedItemId - Unique identifier of a related item.
      • getRelatedItemId

        public String getRelatedItemId()

        Unique identifier of a related item.

        Returns:
        Unique identifier of a related item.
      • withRelatedItemId

        public SearchRelatedItemsResponseItem withRelatedItemId(String relatedItemId)

        Unique identifier of a related item.

        Parameters:
        relatedItemId - Unique identifier of a related item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

        Returns:
        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
      • setTags

        public void setTags(Map<String,String> tags)

        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

        Parameters:
        tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
      • withTags

        public SearchRelatedItemsResponseItem withTags(Map<String,String> tags)

        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

        Parameters:
        tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public SearchRelatedItemsResponseItem clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        Type of a related item.

        Parameters:
        type - Type of a related item.
        See Also:
        RelatedItemType
      • getType

        public String getType()

        Type of a related item.

        Returns:
        Type of a related item.
        See Also:
        RelatedItemType
      • 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 によって変換されたページ (->オリジナル) /