Struct aws_sdk_nimble::operation::get_launch_profile::builders::GetLaunchProfileFluentBuilder
source · pub struct GetLaunchProfileFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetLaunchProfile.
Get a launch profile.
Implementations§
source§impl GetLaunchProfileFluentBuilder
impl GetLaunchProfileFluentBuilder
sourcepub fn as_input(&self) -> &GetLaunchProfileInputBuilder
pub fn as_input(&self) -> &GetLaunchProfileInputBuilder
Access the GetLaunchProfile as a reference.
sourcepub async fn send(
self
) -> Result<GetLaunchProfileOutput, SdkError<GetLaunchProfileError, HttpResponse>>
pub async fn send( self ) -> Result<GetLaunchProfileOutput, SdkError<GetLaunchProfileError, 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<GetLaunchProfileOutput, GetLaunchProfileError, Self>
pub fn customize( self ) -> CustomizableOperation<GetLaunchProfileOutput, GetLaunchProfileError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn launch_profile_id(self, input: impl Into<String>) -> Self
pub fn launch_profile_id(self, input: impl Into<String>) -> Self
The ID of the launch profile used to control access from the streaming session.
sourcepub fn set_launch_profile_id(self, input: Option<String>) -> Self
pub fn set_launch_profile_id(self, input: Option<String>) -> Self
The ID of the launch profile used to control access from the streaming session.
sourcepub fn get_launch_profile_id(&self) -> &Option<String>
pub fn get_launch_profile_id(&self) -> &Option<String>
The ID of the launch profile used to control access from the streaming session.
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 GetLaunchProfileFluentBuilder
impl Clone for GetLaunchProfileFluentBuilder
source§fn clone(&self) -> GetLaunchProfileFluentBuilder
fn clone(&self) -> GetLaunchProfileFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more