@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHLSStreamingSessionURLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetHLSStreamingSessionURLResult() |
Modifier and Type | Method and Description |
---|---|
GetHLSStreamingSessionURLResult |
clone() |
boolean |
equals(Object obj) |
String |
getHLSStreamingSessionURL()
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
|
int |
hashCode() |
void |
setHLSStreamingSessionURL(String hLSStreamingSessionURL)
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
|
String |
toString()
Returns a string representation of this object.
|
GetHLSStreamingSessionURLResult |
withHLSStreamingSessionURL(String hLSStreamingSessionURL)
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHLSStreamingSessionURL(String hLSStreamingSessionURL)
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
hLSStreamingSessionURL
- The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.public String getHLSStreamingSessionURL()
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
public GetHLSStreamingSessionURLResult withHLSStreamingSessionURL(String hLSStreamingSessionURL)
The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.
hLSStreamingSessionURL
- The URL (containing the session token) that a media player can use to retrieve the HLS master playlist.public String toString()
toString
in class Object
Object.toString()
public GetHLSStreamingSessionURLResult clone()