Struct aws_sdk_codecatalyst::input::GetSpaceInput
source · #[non_exhaustive]pub struct GetSpaceInput { /* private fields */ }
Implementations§
source§impl GetSpaceInput
impl GetSpaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSpace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSpace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSpace
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSpaceInput
.
Trait Implementations§
source§impl Clone for GetSpaceInput
impl Clone for GetSpaceInput
source§fn clone(&self) -> GetSpaceInput
fn clone(&self) -> GetSpaceInput
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 GetSpaceInput
impl Debug for GetSpaceInput
source§impl PartialEq<GetSpaceInput> for GetSpaceInput
impl PartialEq<GetSpaceInput> for GetSpaceInput
source§fn eq(&self, other: &GetSpaceInput) -> bool
fn eq(&self, other: &GetSpaceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.