Struct aws_sdk_licensemanager::operation::list_license_conversion_tasks::builders::ListLicenseConversionTasksOutputBuilder
source · #[non_exhaustive]pub struct ListLicenseConversionTasksOutputBuilder { /* private fields */ }Expand description
A builder for ListLicenseConversionTasksOutput.
Implementations§
source§impl ListLicenseConversionTasksOutputBuilder
impl ListLicenseConversionTasksOutputBuilder
sourcepub fn license_conversion_tasks(self, input: LicenseConversionTask) -> Self
pub fn license_conversion_tasks(self, input: LicenseConversionTask) -> Self
Appends an item to license_conversion_tasks.
To override the contents of this collection use set_license_conversion_tasks.
Information about the license configuration tasks for your account.
sourcepub fn set_license_conversion_tasks(
self,
input: Option<Vec<LicenseConversionTask>>
) -> Self
pub fn set_license_conversion_tasks( self, input: Option<Vec<LicenseConversionTask>> ) -> Self
Information about the license configuration tasks for your account.
sourcepub fn get_license_conversion_tasks(
&self
) -> &Option<Vec<LicenseConversionTask>>
pub fn get_license_conversion_tasks( &self ) -> &Option<Vec<LicenseConversionTask>>
Information about the license configuration tasks for your account.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Token for the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Token for the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Token for the next set of results.
sourcepub fn build(self) -> ListLicenseConversionTasksOutput
pub fn build(self) -> ListLicenseConversionTasksOutput
Consumes the builder and constructs a ListLicenseConversionTasksOutput.
Trait Implementations§
source§impl Clone for ListLicenseConversionTasksOutputBuilder
impl Clone for ListLicenseConversionTasksOutputBuilder
source§fn clone(&self) -> ListLicenseConversionTasksOutputBuilder
fn clone(&self) -> ListLicenseConversionTasksOutputBuilder
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 ListLicenseConversionTasksOutputBuilder
impl Default for ListLicenseConversionTasksOutputBuilder
source§fn default() -> ListLicenseConversionTasksOutputBuilder
fn default() -> ListLicenseConversionTasksOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListLicenseConversionTasksOutputBuilder> for ListLicenseConversionTasksOutputBuilder
impl PartialEq<ListLicenseConversionTasksOutputBuilder> for ListLicenseConversionTasksOutputBuilder
source§fn eq(&self, other: &ListLicenseConversionTasksOutputBuilder) -> bool
fn eq(&self, other: &ListLicenseConversionTasksOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListLicenseConversionTasksOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListLicenseConversionTasksOutputBuilder
impl Send for ListLicenseConversionTasksOutputBuilder
impl Sync for ListLicenseConversionTasksOutputBuilder
impl Unpin for ListLicenseConversionTasksOutputBuilder
impl UnwindSafe for ListLicenseConversionTasksOutputBuilder
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