#[non_exhaustive]pub struct GetMacieSessionInputBuilder {}
Expand description
A builder for GetMacieSessionInput
.
Implementations§
source§impl GetMacieSessionInputBuilder
impl GetMacieSessionInputBuilder
sourcepub fn build(self) -> Result<GetMacieSessionInput, BuildError>
pub fn build(self) -> Result<GetMacieSessionInput, BuildError>
Consumes the builder and constructs a GetMacieSessionInput
.
Trait Implementations§
source§impl Clone for GetMacieSessionInputBuilder
impl Clone for GetMacieSessionInputBuilder
source§fn clone(&self) -> GetMacieSessionInputBuilder
fn clone(&self) -> GetMacieSessionInputBuilder
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 GetMacieSessionInputBuilder
impl Debug for GetMacieSessionInputBuilder
source§impl Default for GetMacieSessionInputBuilder
impl Default for GetMacieSessionInputBuilder
source§fn default() -> GetMacieSessionInputBuilder
fn default() -> GetMacieSessionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetMacieSessionInputBuilder> for GetMacieSessionInputBuilder
impl PartialEq<GetMacieSessionInputBuilder> for GetMacieSessionInputBuilder
source§fn eq(&self, other: &GetMacieSessionInputBuilder) -> bool
fn eq(&self, other: &GetMacieSessionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.