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 GetGameSessionLogUrlResult
clone()
boolean
equals(Object obj)
String
getPreSignedUrl()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetGameSessionLogUrlResult
withPreSignedUrl(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetGameSessionLogUrlResult clone()
-
-