Class StopStreamingSessionRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
      • sessionId

        public final String sessionId()

        The streaming session ID for the StopStreamingSessionRequest.

        Returns:
        The streaming session ID for the StopStreamingSessionRequest.
      • studioId

        public final String studioId()

        The studioId for the StopStreamingSessionRequest.

        Returns:
        The studioId for the StopStreamingSessionRequest.
      • volumeRetentionModeAsString

        public final String volumeRetentionModeAsString()

        Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.

        If the service returns an enum value that is not available in the current SDK version, volumeRetentionMode will return VolumeRetentionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from volumeRetentionModeAsString().

        Returns:
        Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.
        See Also:
        VolumeRetentionMode
      • 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