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()
Elapsed seconds after the Unix epoch, at which time this URL expires.
|
String |
getStreamingURL()
The URL to start the AppStream 2.0 streaming session.
|
int |
hashCode() |
void |
setExpires(Date expires)
Elapsed seconds after the Unix epoch, at which time 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; useful for testing and debugging.
|
CreateStreamingURLResult |
withExpires(Date expires)
Elapsed seconds after the Unix epoch, at which time 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)
Elapsed seconds after the Unix epoch, at which time this URL expires.
expires
- Elapsed seconds after the Unix epoch, at which time this URL expires.public Date getExpires()
Elapsed seconds after the Unix epoch, at which time this URL expires.
public CreateStreamingURLResult withExpires(Date expires)
Elapsed seconds after the Unix epoch, at which time this URL expires.
expires
- Elapsed seconds after the Unix epoch, at which time this URL expires.public String toString()
toString
in class Object
Object.toString()
public CreateStreamingURLResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.