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