Class DeleteEventSourceMappingRequest

    • Constructor Detail

      • DeleteEventSourceMappingRequest

        public DeleteEventSourceMappingRequest()
    • Method Detail

      • setUUID

        public void setUUID​(String uUID)

        The event source mapping ID.

        Parameters:
        uUID - The event source mapping ID.
      • getUUID

        public String getUUID()

        The event source mapping ID.

        Returns:
        The event source mapping ID.
      • withUUID

        public DeleteEventSourceMappingRequest withUUID​(String uUID)

        The event source mapping ID.

        Parameters:
        uUID - The event source mapping ID.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object