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