#[non_exhaustive]pub struct GetKeyspaceOutputBuilder { /* private fields */ }
Expand description
A builder for GetKeyspaceOutput
.
Implementations§
source§impl GetKeyspaceOutputBuilder
impl GetKeyspaceOutputBuilder
sourcepub fn keyspace_name(self, input: impl Into<String>) -> Self
pub fn keyspace_name(self, input: impl Into<String>) -> Self
The name of the keyspace.
sourcepub fn set_keyspace_name(self, input: Option<String>) -> Self
pub fn set_keyspace_name(self, input: Option<String>) -> Self
The name of the keyspace.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The ARN of the keyspace.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The ARN of the keyspace.
sourcepub fn build(self) -> GetKeyspaceOutput
pub fn build(self) -> GetKeyspaceOutput
Consumes the builder and constructs a GetKeyspaceOutput
.
Trait Implementations§
source§impl Clone for GetKeyspaceOutputBuilder
impl Clone for GetKeyspaceOutputBuilder
source§fn clone(&self) -> GetKeyspaceOutputBuilder
fn clone(&self) -> GetKeyspaceOutputBuilder
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 Debug for GetKeyspaceOutputBuilder
impl Debug for GetKeyspaceOutputBuilder
source§impl Default for GetKeyspaceOutputBuilder
impl Default for GetKeyspaceOutputBuilder
source§fn default() -> GetKeyspaceOutputBuilder
fn default() -> GetKeyspaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetKeyspaceOutputBuilder> for GetKeyspaceOutputBuilder
impl PartialEq<GetKeyspaceOutputBuilder> for GetKeyspaceOutputBuilder
source§fn eq(&self, other: &GetKeyspaceOutputBuilder) -> bool
fn eq(&self, other: &GetKeyspaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetKeyspaceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetKeyspaceOutputBuilder
impl Send for GetKeyspaceOutputBuilder
impl Sync for GetKeyspaceOutputBuilder
impl Unpin for GetKeyspaceOutputBuilder
impl UnwindSafe for GetKeyspaceOutputBuilder
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