Struct aws_sdk_grafana::input::AssociateLicenseInput
source · [−]#[non_exhaustive]pub struct AssociateLicenseInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateLicenseInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for AssociateLicenseInput
impl Clone for AssociateLicenseInput
sourcefn clone(&self) -> AssociateLicenseInput
fn clone(&self) -> AssociateLicenseInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AssociateLicenseInput
impl Debug for AssociateLicenseInput
sourceimpl PartialEq<AssociateLicenseInput> for AssociateLicenseInput
impl PartialEq<AssociateLicenseInput> for AssociateLicenseInput
sourcefn eq(&self, other: &AssociateLicenseInput) -> bool
fn eq(&self, other: &AssociateLicenseInput) -> bool
impl StructuralPartialEq for AssociateLicenseInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateLicenseInput
impl Send for AssociateLicenseInput
impl Sync for AssociateLicenseInput
impl Unpin for AssociateLicenseInput
impl UnwindSafe for AssociateLicenseInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more