Struct aws_sdk_licensemanager::operation::delete_license_configuration::builders::DeleteLicenseConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteLicenseConfigurationInputBuilder { /* private fields */ }Expand description
A builder for DeleteLicenseConfigurationInput.
Implementations§
source§impl DeleteLicenseConfigurationInputBuilder
impl DeleteLicenseConfigurationInputBuilder
sourcepub fn license_configuration_arn(self, input: impl Into<String>) -> Self
pub fn license_configuration_arn(self, input: impl Into<String>) -> Self
ID 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
ID of the license configuration.
sourcepub fn get_license_configuration_arn(&self) -> &Option<String>
pub fn get_license_configuration_arn(&self) -> &Option<String>
ID of the license configuration.
sourcepub fn build(self) -> Result<DeleteLicenseConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteLicenseConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteLicenseConfigurationInput.
source§impl DeleteLicenseConfigurationInputBuilder
impl DeleteLicenseConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteLicenseConfigurationOutput, SdkError<DeleteLicenseConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteLicenseConfigurationOutput, SdkError<DeleteLicenseConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteLicenseConfigurationInputBuilder
impl Clone for DeleteLicenseConfigurationInputBuilder
source§fn clone(&self) -> DeleteLicenseConfigurationInputBuilder
fn clone(&self) -> DeleteLicenseConfigurationInputBuilder
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 DeleteLicenseConfigurationInputBuilder
impl Default for DeleteLicenseConfigurationInputBuilder
source§fn default() -> DeleteLicenseConfigurationInputBuilder
fn default() -> DeleteLicenseConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteLicenseConfigurationInputBuilder> for DeleteLicenseConfigurationInputBuilder
impl PartialEq<DeleteLicenseConfigurationInputBuilder> for DeleteLicenseConfigurationInputBuilder
source§fn eq(&self, other: &DeleteLicenseConfigurationInputBuilder) -> bool
fn eq(&self, other: &DeleteLicenseConfigurationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteLicenseConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLicenseConfigurationInputBuilder
impl Send for DeleteLicenseConfigurationInputBuilder
impl Sync for DeleteLicenseConfigurationInputBuilder
impl Unpin for DeleteLicenseConfigurationInputBuilder
impl UnwindSafe for DeleteLicenseConfigurationInputBuilder
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