Class GetClipRequest

    • Method Detail

      • streamName

        public final String streamName()

        The name of the stream for which to retrieve the media clip.

        You must specify either the StreamName or the StreamARN.

        Returns:
        The name of the stream for which to retrieve the media clip.

        You must specify either the StreamName or the StreamARN.

      • streamARN

        public final String streamARN()

        The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.

        You must specify either the StreamName or the StreamARN.

        Returns:
        The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.

        You must specify either the StreamName or the StreamARN.

      • clipFragmentSelector

        public final ClipFragmentSelector clipFragmentSelector()

        The time range of the requested clip and the source of the timestamps.

        Returns:
        The time range of the requested clip and the source of the timestamps.
      • toString

        public final 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