Class GetGameSessionLogUrlResult

    • Constructor Detail

      • GetGameSessionLogUrlResult

        public GetGameSessionLogUrlResult()
    • Method Detail

      • setPreSignedUrl

        public void setPreSignedUrl​(String preSignedUrl)

        Location of the requested game session logs, available for download.

        Parameters:
        preSignedUrl - Location of the requested game session logs, available for download.
      • getPreSignedUrl

        public String getPreSignedUrl()

        Location of the requested game session logs, available for download.

        Returns:
        Location of the requested game session logs, available for download.
      • withPreSignedUrl

        public GetGameSessionLogUrlResult withPreSignedUrl​(String preSignedUrl)

        Location of the requested game session logs, available for download.

        Parameters:
        preSignedUrl - Location of the requested game session logs, available for download.
        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