Struct aws_sdk_kafka::types::builders::IamBuilder   
source · #[non_exhaustive]pub struct IamBuilder { /* private fields */ }Expand description
A builder for Iam.
Implementations§
Trait Implementations§
source§impl Clone for IamBuilder
 
impl Clone for IamBuilder
source§fn clone(&self) -> IamBuilder
 
fn clone(&self) -> IamBuilder
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 IamBuilder
 
impl Debug for IamBuilder
source§impl Default for IamBuilder
 
impl Default for IamBuilder
source§fn default() -> IamBuilder
 
fn default() -> IamBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<IamBuilder> for IamBuilder
 
impl PartialEq<IamBuilder> for IamBuilder
source§fn eq(&self, other: &IamBuilder) -> bool
 
fn eq(&self, other: &IamBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.