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

Class DeleteMessageRequest

    • Constructor Detail

      • DeleteMessageRequest

        public DeleteMessageRequest()
    • Method Detail

      • setRoomIdentifier

        public void setRoomIdentifier(String roomIdentifier)

        Identifier of the room where the message should be deleted. Currently this must be an ARN.

        Parameters:
        roomIdentifier - Identifier of the room where the message should be deleted. Currently this must be an ARN.
      • getRoomIdentifier

        public String getRoomIdentifier()

        Identifier of the room where the message should be deleted. Currently this must be an ARN.

        Returns:
        Identifier of the room where the message should be deleted. Currently this must be an ARN.
      • withRoomIdentifier

        public DeleteMessageRequest withRoomIdentifier(String roomIdentifier)

        Identifier of the room where the message should be deleted. Currently this must be an ARN.

        Parameters:
        roomIdentifier - Identifier of the room where the message should be deleted. Currently this must be an ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).

        Parameters:
        id - ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).
      • getId

        public String getId()

        ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).

        Returns:
        ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).
      • withId

        public DeleteMessageRequest withId(String id)

        ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).

        Parameters:
        id - ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReason

        public void setReason(String reason)

        Reason for deleting the message.

        Parameters:
        reason - Reason for deleting the message.
      • getReason

        public String getReason()

        Reason for deleting the message.

        Returns:
        Reason for deleting the message.
      • withReason

        public DeleteMessageRequest withReason(String reason)

        Reason for deleting the message.

        Parameters:
        reason - Reason for deleting the message.
        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 によって変換されたページ (->オリジナル) /