Struct aws_sdk_nimble::operation::get_streaming_session_stream::builders::GetStreamingSessionStreamFluentBuilder
source · pub struct GetStreamingSessionStreamFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetStreamingSessionStream
.
Gets a StreamingSessionStream for a streaming session.
Invoke this operation to poll the resource after invoking CreateStreamingSessionStream
.
After the StreamingSessionStream
changes to the READY
state, the url property will contain a stream to be used with the DCV streaming client.
Implementations§
source§impl GetStreamingSessionStreamFluentBuilder
impl GetStreamingSessionStreamFluentBuilder
sourcepub fn as_input(&self) -> &GetStreamingSessionStreamInputBuilder
pub fn as_input(&self) -> &GetStreamingSessionStreamInputBuilder
Access the GetStreamingSessionStream as a reference.
sourcepub async fn send(
self
) -> Result<GetStreamingSessionStreamOutput, SdkError<GetStreamingSessionStreamError, HttpResponse>>
pub async fn send( self ) -> Result<GetStreamingSessionStreamOutput, SdkError<GetStreamingSessionStreamError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetStreamingSessionStreamOutput, GetStreamingSessionStreamError, Self>
pub fn customize( self ) -> CustomizableOperation<GetStreamingSessionStreamOutput, GetStreamingSessionStreamError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn session_id(self, input: impl Into<String>) -> Self
pub fn session_id(self, input: impl Into<String>) -> Self
The streaming session ID.
sourcepub fn set_session_id(self, input: Option<String>) -> Self
pub fn set_session_id(self, input: Option<String>) -> Self
The streaming session ID.
sourcepub fn get_session_id(&self) -> &Option<String>
pub fn get_session_id(&self) -> &Option<String>
The streaming session ID.
sourcepub fn set_stream_id(self, input: Option<String>) -> Self
pub fn set_stream_id(self, input: Option<String>) -> Self
The streaming session stream ID.
sourcepub fn get_stream_id(&self) -> &Option<String>
pub fn get_stream_id(&self) -> &Option<String>
The streaming session stream ID.
sourcepub fn set_studio_id(self, input: Option<String>) -> Self
pub fn set_studio_id(self, input: Option<String>) -> Self
The studio ID.
sourcepub fn get_studio_id(&self) -> &Option<String>
pub fn get_studio_id(&self) -> &Option<String>
The studio ID.
Trait Implementations§
source§impl Clone for GetStreamingSessionStreamFluentBuilder
impl Clone for GetStreamingSessionStreamFluentBuilder
source§fn clone(&self) -> GetStreamingSessionStreamFluentBuilder
fn clone(&self) -> GetStreamingSessionStreamFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more