Class GetGameSessionLogUrlResult

java.lang.Object
com.amazonaws.services.gamelift.model.GetGameSessionLogUrlResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetGameSessionLogUrlResult extends Object implements Serializable, Cloneable

Represents the returned data in response to a request action.

See Also:
  • Constructor Details

    • GetGameSessionLogUrlResult

      public GetGameSessionLogUrlResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object