Struct aws_sdk_licensemanager::operation::get_license_conversion_task::builders::GetLicenseConversionTaskInputBuilder
source · #[non_exhaustive]pub struct GetLicenseConversionTaskInputBuilder { /* private fields */ }Expand description
A builder for GetLicenseConversionTaskInput.
Implementations§
source§impl GetLicenseConversionTaskInputBuilder
impl GetLicenseConversionTaskInputBuilder
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.
sourcepub fn build(self) -> Result<GetLicenseConversionTaskInput, BuildError>
pub fn build(self) -> Result<GetLicenseConversionTaskInput, BuildError>
Consumes the builder and constructs a GetLicenseConversionTaskInput.
source§impl GetLicenseConversionTaskInputBuilder
impl GetLicenseConversionTaskInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetLicenseConversionTaskOutput, SdkError<GetLicenseConversionTaskError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetLicenseConversionTaskOutput, SdkError<GetLicenseConversionTaskError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetLicenseConversionTaskInputBuilder
impl Clone for GetLicenseConversionTaskInputBuilder
source§fn clone(&self) -> GetLicenseConversionTaskInputBuilder
fn clone(&self) -> GetLicenseConversionTaskInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetLicenseConversionTaskInputBuilder
impl Default for GetLicenseConversionTaskInputBuilder
source§fn default() -> GetLicenseConversionTaskInputBuilder
fn default() -> GetLicenseConversionTaskInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetLicenseConversionTaskInputBuilder> for GetLicenseConversionTaskInputBuilder
impl PartialEq<GetLicenseConversionTaskInputBuilder> for GetLicenseConversionTaskInputBuilder
source§fn eq(&self, other: &GetLicenseConversionTaskInputBuilder) -> bool
fn eq(&self, other: &GetLicenseConversionTaskInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetLicenseConversionTaskInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetLicenseConversionTaskInputBuilder
impl Send for GetLicenseConversionTaskInputBuilder
impl Sync for GetLicenseConversionTaskInputBuilder
impl Unpin for GetLicenseConversionTaskInputBuilder
impl UnwindSafe for GetLicenseConversionTaskInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more