Class StartStreamingSessionRequest

    • Method Detail

      • backupId

        public final String backupId()

        The ID of the backup.

        Returns:
        The ID of the backup.
      • 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 StartStreamingSessionRequest.

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

        public final String studioId()

        The studio ID for the StartStreamingSessionRequest.

        Returns:
        The studio ID for the StartStreamingSessionRequest.
      • 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