Struct aws_sdk_keyspaces::operation::get_keyspace::GetKeyspaceInput
source · #[non_exhaustive]pub struct GetKeyspaceInput { /* private fields */ }
Implementations§
source§impl GetKeyspaceInput
impl GetKeyspaceInput
sourcepub fn keyspace_name(&self) -> Option<&str>
pub fn keyspace_name(&self) -> Option<&str>
The name of the keyspace.
source§impl GetKeyspaceInput
impl GetKeyspaceInput
sourcepub fn builder() -> GetKeyspaceInputBuilder
pub fn builder() -> GetKeyspaceInputBuilder
Creates a new builder-style object to manufacture GetKeyspaceInput
.
source§impl GetKeyspaceInput
impl GetKeyspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetKeyspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetKeyspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetKeyspace
>
Trait Implementations§
source§impl Clone for GetKeyspaceInput
impl Clone for GetKeyspaceInput
source§fn clone(&self) -> GetKeyspaceInput
fn clone(&self) -> GetKeyspaceInput
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 GetKeyspaceInput
impl Debug for GetKeyspaceInput
source§impl PartialEq<GetKeyspaceInput> for GetKeyspaceInput
impl PartialEq<GetKeyspaceInput> for GetKeyspaceInput
source§fn eq(&self, other: &GetKeyspaceInput) -> bool
fn eq(&self, other: &GetKeyspaceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetKeyspaceInput
Auto Trait Implementations§
impl RefUnwindSafe for GetKeyspaceInput
impl Send for GetKeyspaceInput
impl Sync for GetKeyspaceInput
impl Unpin for GetKeyspaceInput
impl UnwindSafe for GetKeyspaceInput
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