@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamingURLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStreamingURLResult() |
Modifier and Type | Method and Description |
---|---|
CreateStreamingURLResult |
clone() |
boolean |
equals(Object obj) |
Date |
getExpires()
The elapsed time, in seconds after the Unix epoch, when this URL expires.
|
String |
getStreamingURL()
The URL to start the AppStream 2.0 streaming session.
|
int |
hashCode() |
void |
setExpires(Date expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
|
void |
setStreamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
|
String |
toString()
Returns a string representation of this object.
|
CreateStreamingURLResult |
withExpires(Date expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
|
CreateStreamingURLResult |
withStreamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
streamingURL
- The URL to start the AppStream 2.0 streaming session.public String getStreamingURL()
The URL to start the AppStream 2.0 streaming session.
public CreateStreamingURLResult withStreamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
streamingURL
- The URL to start the AppStream 2.0 streaming session.public void setExpires(Date expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
expires
- The elapsed time, in seconds after the Unix epoch, when this URL expires.public Date getExpires()
The elapsed time, in seconds after the Unix epoch, when this URL expires.
public CreateStreamingURLResult withExpires(Date expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
expires
- The elapsed time, in seconds after the Unix epoch, when this URL expires.public String toString()
toString
in class Object
Object.toString()
public CreateStreamingURLResult clone()