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