Class GetGameSessionLogUrlResult
java.lang.Object
com.amazonaws.services.gamelift.model.GetGameSessionLogUrlResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Location of the requested game session logs, available for download.int
hashCode()
void
setPreSignedUrl
(String preSignedUrl) Location of the requested game session logs, available for download.toString()
Returns a string representation of this object; useful for testing and debugging.withPreSignedUrl
(String preSignedUrl) Location of the requested game session logs, available for download.
-
Constructor Details
-
GetGameSessionLogUrlResult
public GetGameSessionLogUrlResult()
-
-
Method Details
-
setPreSignedUrl
Location of the requested game session logs, available for download.
- Parameters:
preSignedUrl
- Location of the requested game session logs, available for download.
-
getPreSignedUrl
Location of the requested game session logs, available for download.
- Returns:
- Location of the requested game session logs, available for download.
-
withPreSignedUrl
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-