#[non_exhaustive]pub struct AssociateLicenseInput { /* private fields */ }
Implementations§
source§impl AssociateLicenseInput
impl AssociateLicenseInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to associate the license with.
sourcepub fn license_type(&self) -> Option<&LicenseType>
pub fn license_type(&self) -> Option<&LicenseType>
The type of license to associate with the workspace.
source§impl AssociateLicenseInput
impl AssociateLicenseInput
sourcepub fn builder() -> AssociateLicenseInputBuilder
pub fn builder() -> AssociateLicenseInputBuilder
Creates a new builder-style object to manufacture AssociateLicenseInput
.
source§impl AssociateLicenseInput
impl AssociateLicenseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateLicense, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AssociateLicense, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateLicense
>
Trait Implementations§
source§impl Clone for AssociateLicenseInput
impl Clone for AssociateLicenseInput
source§fn clone(&self) -> AssociateLicenseInput
fn clone(&self) -> AssociateLicenseInput
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 Debug for AssociateLicenseInput
impl Debug for AssociateLicenseInput
source§impl PartialEq<AssociateLicenseInput> for AssociateLicenseInput
impl PartialEq<AssociateLicenseInput> for AssociateLicenseInput
source§fn eq(&self, other: &AssociateLicenseInput) -> bool
fn eq(&self, other: &AssociateLicenseInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.