Struct aws_sdk_grafana::operation::delete_workspace_api_key::builders::DeleteWorkspaceApiKeyOutputBuilder
source · #[non_exhaustive]pub struct DeleteWorkspaceApiKeyOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteWorkspaceApiKeyOutput
.
Implementations§
source§impl DeleteWorkspaceApiKeyOutputBuilder
impl DeleteWorkspaceApiKeyOutputBuilder
sourcepub fn set_key_name(self, input: Option<String>) -> Self
pub fn set_key_name(self, input: Option<String>) -> Self
The name of the key that was deleted.
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The ID of the workspace where the key was deleted.
sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The ID of the workspace where the key was deleted.
sourcepub fn build(self) -> DeleteWorkspaceApiKeyOutput
pub fn build(self) -> DeleteWorkspaceApiKeyOutput
Consumes the builder and constructs a DeleteWorkspaceApiKeyOutput
.
Trait Implementations§
source§impl Clone for DeleteWorkspaceApiKeyOutputBuilder
impl Clone for DeleteWorkspaceApiKeyOutputBuilder
source§fn clone(&self) -> DeleteWorkspaceApiKeyOutputBuilder
fn clone(&self) -> DeleteWorkspaceApiKeyOutputBuilder
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 DeleteWorkspaceApiKeyOutputBuilder
impl Default for DeleteWorkspaceApiKeyOutputBuilder
source§fn default() -> DeleteWorkspaceApiKeyOutputBuilder
fn default() -> DeleteWorkspaceApiKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteWorkspaceApiKeyOutputBuilder> for DeleteWorkspaceApiKeyOutputBuilder
impl PartialEq<DeleteWorkspaceApiKeyOutputBuilder> for DeleteWorkspaceApiKeyOutputBuilder
source§fn eq(&self, other: &DeleteWorkspaceApiKeyOutputBuilder) -> bool
fn eq(&self, other: &DeleteWorkspaceApiKeyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.