Struct aws_sdk_licensemanager::operation::get_license_conversion_task::GetLicenseConversionTaskInput
source · #[non_exhaustive]pub struct GetLicenseConversionTaskInput {
pub license_conversion_task_id: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.license_conversion_task_id: Option<String>ID of the license type conversion task to retrieve information on.
Implementations§
source§impl GetLicenseConversionTaskInput
impl GetLicenseConversionTaskInput
sourcepub fn license_conversion_task_id(&self) -> Option<&str>
pub fn license_conversion_task_id(&self) -> Option<&str>
ID of the license type conversion task to retrieve information on.
source§impl GetLicenseConversionTaskInput
impl GetLicenseConversionTaskInput
sourcepub fn builder() -> GetLicenseConversionTaskInputBuilder
pub fn builder() -> GetLicenseConversionTaskInputBuilder
Creates a new builder-style object to manufacture GetLicenseConversionTaskInput.
Trait Implementations§
source§impl Clone for GetLicenseConversionTaskInput
impl Clone for GetLicenseConversionTaskInput
source§fn clone(&self) -> GetLicenseConversionTaskInput
fn clone(&self) -> GetLicenseConversionTaskInput
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 PartialEq<GetLicenseConversionTaskInput> for GetLicenseConversionTaskInput
impl PartialEq<GetLicenseConversionTaskInput> for GetLicenseConversionTaskInput
source§fn eq(&self, other: &GetLicenseConversionTaskInput) -> bool
fn eq(&self, other: &GetLicenseConversionTaskInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetLicenseConversionTaskInput
Auto Trait Implementations§
impl RefUnwindSafe for GetLicenseConversionTaskInput
impl Send for GetLicenseConversionTaskInput
impl Sync for GetLicenseConversionTaskInput
impl Unpin for GetLicenseConversionTaskInput
impl UnwindSafe for GetLicenseConversionTaskInput
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