Struct aws_sdk_licensemanager::operation::get_license_conversion_task::builders::GetLicenseConversionTaskFluentBuilder
source · pub struct GetLicenseConversionTaskFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetLicenseConversionTask.
Gets information about the specified license type conversion task.
Implementations§
source§impl GetLicenseConversionTaskFluentBuilder
impl GetLicenseConversionTaskFluentBuilder
sourcepub fn as_input(&self) -> &GetLicenseConversionTaskInputBuilder
pub fn as_input(&self) -> &GetLicenseConversionTaskInputBuilder
Access the GetLicenseConversionTask as a reference.
sourcepub async fn send(
self
) -> Result<GetLicenseConversionTaskOutput, SdkError<GetLicenseConversionTaskError, HttpResponse>>
pub async fn send( self ) -> Result<GetLicenseConversionTaskOutput, SdkError<GetLicenseConversionTaskError, 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 async fn customize(
self
) -> Result<CustomizableOperation<GetLicenseConversionTaskOutput, GetLicenseConversionTaskError>, SdkError<GetLicenseConversionTaskError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetLicenseConversionTaskOutput, GetLicenseConversionTaskError>, SdkError<GetLicenseConversionTaskError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn license_conversion_task_id(self, input: impl Into<String>) -> Self
pub fn license_conversion_task_id(self, input: impl Into<String>) -> Self
ID of the license type conversion task to retrieve information on.
sourcepub fn set_license_conversion_task_id(self, input: Option<String>) -> Self
pub fn set_license_conversion_task_id(self, input: Option<String>) -> Self
ID of the license type conversion task to retrieve information on.
sourcepub fn get_license_conversion_task_id(&self) -> &Option<String>
pub fn get_license_conversion_task_id(&self) -> &Option<String>
ID of the license type conversion task to retrieve information on.
Trait Implementations§
source§impl Clone for GetLicenseConversionTaskFluentBuilder
impl Clone for GetLicenseConversionTaskFluentBuilder
source§fn clone(&self) -> GetLicenseConversionTaskFluentBuilder
fn clone(&self) -> GetLicenseConversionTaskFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more