Struct aws_sdk_keyspaces::input::GetKeyspaceInput
source · #[non_exhaustive]pub struct GetKeyspaceInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetKeyspaceInput
.
source§impl GetKeyspaceInput
impl GetKeyspaceInput
sourcepub fn keyspace_name(&self) -> Option<&str>
pub fn keyspace_name(&self) -> Option<&str>
The name of the keyspace.
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 ==
.