Struct aws_sdk_grafana::operation::associate_license::builders::AssociateLicenseOutputBuilder
source · #[non_exhaustive]pub struct AssociateLicenseOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateLicenseOutput
.
Implementations§
source§impl AssociateLicenseOutputBuilder
impl AssociateLicenseOutputBuilder
sourcepub fn workspace(self, input: WorkspaceDescription) -> Self
pub fn workspace(self, input: WorkspaceDescription) -> Self
A structure containing data about the workspace.
sourcepub fn set_workspace(self, input: Option<WorkspaceDescription>) -> Self
pub fn set_workspace(self, input: Option<WorkspaceDescription>) -> Self
A structure containing data about the workspace.
sourcepub fn build(self) -> AssociateLicenseOutput
pub fn build(self) -> AssociateLicenseOutput
Consumes the builder and constructs a AssociateLicenseOutput
.
Trait Implementations§
source§impl Clone for AssociateLicenseOutputBuilder
impl Clone for AssociateLicenseOutputBuilder
source§fn clone(&self) -> AssociateLicenseOutputBuilder
fn clone(&self) -> AssociateLicenseOutputBuilder
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 AssociateLicenseOutputBuilder
impl Default for AssociateLicenseOutputBuilder
source§fn default() -> AssociateLicenseOutputBuilder
fn default() -> AssociateLicenseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateLicenseOutputBuilder> for AssociateLicenseOutputBuilder
impl PartialEq<AssociateLicenseOutputBuilder> for AssociateLicenseOutputBuilder
source§fn eq(&self, other: &AssociateLicenseOutputBuilder) -> bool
fn eq(&self, other: &AssociateLicenseOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.