Struct aws_sdk_licensemanager::operation::create_license_configuration::builders::CreateLicenseConfigurationOutputBuilder
source · #[non_exhaustive]pub struct CreateLicenseConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for CreateLicenseConfigurationOutput.
Implementations§
source§impl CreateLicenseConfigurationOutputBuilder
impl CreateLicenseConfigurationOutputBuilder
sourcepub fn license_configuration_arn(self, input: impl Into<String>) -> Self
pub fn license_configuration_arn(self, input: impl Into<String>) -> Self
Amazon Resource Name (ARN) of the license configuration.
sourcepub fn set_license_configuration_arn(self, input: Option<String>) -> Self
pub fn set_license_configuration_arn(self, input: Option<String>) -> Self
Amazon Resource Name (ARN) of the license configuration.
sourcepub fn get_license_configuration_arn(&self) -> &Option<String>
pub fn get_license_configuration_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of the license configuration.
sourcepub fn build(self) -> CreateLicenseConfigurationOutput
pub fn build(self) -> CreateLicenseConfigurationOutput
Consumes the builder and constructs a CreateLicenseConfigurationOutput.
Trait Implementations§
source§impl Clone for CreateLicenseConfigurationOutputBuilder
impl Clone for CreateLicenseConfigurationOutputBuilder
source§fn clone(&self) -> CreateLicenseConfigurationOutputBuilder
fn clone(&self) -> CreateLicenseConfigurationOutputBuilder
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 CreateLicenseConfigurationOutputBuilder
impl Default for CreateLicenseConfigurationOutputBuilder
source§fn default() -> CreateLicenseConfigurationOutputBuilder
fn default() -> CreateLicenseConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateLicenseConfigurationOutputBuilder> for CreateLicenseConfigurationOutputBuilder
impl PartialEq<CreateLicenseConfigurationOutputBuilder> for CreateLicenseConfigurationOutputBuilder
source§fn eq(&self, other: &CreateLicenseConfigurationOutputBuilder) -> bool
fn eq(&self, other: &CreateLicenseConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateLicenseConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateLicenseConfigurationOutputBuilder
impl Send for CreateLicenseConfigurationOutputBuilder
impl Sync for CreateLicenseConfigurationOutputBuilder
impl Unpin for CreateLicenseConfigurationOutputBuilder
impl UnwindSafe for CreateLicenseConfigurationOutputBuilder
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