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