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