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 get_key_name(&self) -> &Option<String>
pub fn get_key_name(&self) -> &Option<String>
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 get_workspace_id(&self) -> &Option<String>
pub fn get_workspace_id(&self) -> &Option<String>
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 ==
.impl StructuralPartialEq for DeleteWorkspaceApiKeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteWorkspaceApiKeyOutputBuilder
impl Send for DeleteWorkspaceApiKeyOutputBuilder
impl Sync for DeleteWorkspaceApiKeyOutputBuilder
impl Unpin for DeleteWorkspaceApiKeyOutputBuilder
impl UnwindSafe for DeleteWorkspaceApiKeyOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more