Struct aws_sdk_nimble::operation::get_launch_profile_initialization::builders::GetLaunchProfileInitializationFluentBuilder
source · pub struct GetLaunchProfileInitializationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetLaunchProfileInitialization
.
Get a launch profile initialization.
Implementations§
source§impl GetLaunchProfileInitializationFluentBuilder
impl GetLaunchProfileInitializationFluentBuilder
sourcepub fn as_input(&self) -> &GetLaunchProfileInitializationInputBuilder
pub fn as_input(&self) -> &GetLaunchProfileInitializationInputBuilder
Access the GetLaunchProfileInitialization as a reference.
sourcepub async fn send(
self
) -> Result<GetLaunchProfileInitializationOutput, SdkError<GetLaunchProfileInitializationError, HttpResponse>>
pub async fn send( self ) -> Result<GetLaunchProfileInitializationOutput, SdkError<GetLaunchProfileInitializationError, 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<GetLaunchProfileInitializationOutput, GetLaunchProfileInitializationError, Self>
pub fn customize( self ) -> CustomizableOperation<GetLaunchProfileInitializationOutput, GetLaunchProfileInitializationError, 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 launch_profile_protocol_versions(self, input: impl Into<String>) -> Self
pub fn launch_profile_protocol_versions(self, input: impl Into<String>) -> Self
Appends an item to launchProfileProtocolVersions
.
To override the contents of this collection use set_launch_profile_protocol_versions
.
The launch profile protocol versions supported by the client.
sourcepub fn set_launch_profile_protocol_versions(
self,
input: Option<Vec<String>>
) -> Self
pub fn set_launch_profile_protocol_versions( self, input: Option<Vec<String>> ) -> Self
The launch profile protocol versions supported by the client.
sourcepub fn get_launch_profile_protocol_versions(&self) -> &Option<Vec<String>>
pub fn get_launch_profile_protocol_versions(&self) -> &Option<Vec<String>>
The launch profile protocol versions supported by the client.
sourcepub fn launch_purpose(self, input: impl Into<String>) -> Self
pub fn launch_purpose(self, input: impl Into<String>) -> Self
The launch purpose.
sourcepub fn set_launch_purpose(self, input: Option<String>) -> Self
pub fn set_launch_purpose(self, input: Option<String>) -> Self
The launch purpose.
sourcepub fn get_launch_purpose(&self) -> &Option<String>
pub fn get_launch_purpose(&self) -> &Option<String>
The launch purpose.
sourcepub fn platform(self, input: impl Into<String>) -> Self
pub fn platform(self, input: impl Into<String>) -> Self
The platform where this Launch Profile will be used, either Windows or Linux.
sourcepub fn set_platform(self, input: Option<String>) -> Self
pub fn set_platform(self, input: Option<String>) -> Self
The platform where this Launch Profile will be used, either Windows or Linux.
sourcepub fn get_platform(&self) -> &Option<String>
pub fn get_platform(&self) -> &Option<String>
The platform where this Launch Profile will be used, either Windows or Linux.
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 GetLaunchProfileInitializationFluentBuilder
impl Clone for GetLaunchProfileInitializationFluentBuilder
source§fn clone(&self) -> GetLaunchProfileInitializationFluentBuilder
fn clone(&self) -> GetLaunchProfileInitializationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more