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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetGameSessionLogUrlResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGameSessionLogUrlResultclone()booleanequals(Object obj)StringgetPreSignedUrl()Location of the requested game session logs, available for download.inthashCode()voidsetPreSignedUrl(String preSignedUrl)Location of the requested game session logs, available for download.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetGameSessionLogUrlResultwithPreSignedUrl(String preSignedUrl)Location of the requested game session logs, available for download.
-
-
-
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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetGameSessionLogUrlResult clone()
-
-