Struct aws_sdk_ec2::operation::disassociate_iam_instance_profile::builders::DisassociateIamInstanceProfileOutputBuilder
source · #[non_exhaustive]pub struct DisassociateIamInstanceProfileOutputBuilder { /* private fields */ }Expand description
A builder for DisassociateIamInstanceProfileOutput.
Implementations§
source§impl DisassociateIamInstanceProfileOutputBuilder
impl DisassociateIamInstanceProfileOutputBuilder
sourcepub fn iam_instance_profile_association(
self,
input: IamInstanceProfileAssociation
) -> Self
pub fn iam_instance_profile_association( self, input: IamInstanceProfileAssociation ) -> Self
Information about the IAM instance profile association.
sourcepub fn set_iam_instance_profile_association(
self,
input: Option<IamInstanceProfileAssociation>
) -> Self
pub fn set_iam_instance_profile_association( self, input: Option<IamInstanceProfileAssociation> ) -> Self
Information about the IAM instance profile association.
sourcepub fn get_iam_instance_profile_association(
&self
) -> &Option<IamInstanceProfileAssociation>
pub fn get_iam_instance_profile_association( &self ) -> &Option<IamInstanceProfileAssociation>
Information about the IAM instance profile association.
sourcepub fn build(self) -> DisassociateIamInstanceProfileOutput
pub fn build(self) -> DisassociateIamInstanceProfileOutput
Consumes the builder and constructs a DisassociateIamInstanceProfileOutput.
Trait Implementations§
source§impl Clone for DisassociateIamInstanceProfileOutputBuilder
impl Clone for DisassociateIamInstanceProfileOutputBuilder
source§fn clone(&self) -> DisassociateIamInstanceProfileOutputBuilder
fn clone(&self) -> DisassociateIamInstanceProfileOutputBuilder
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 Default for DisassociateIamInstanceProfileOutputBuilder
impl Default for DisassociateIamInstanceProfileOutputBuilder
source§fn default() -> DisassociateIamInstanceProfileOutputBuilder
fn default() -> DisassociateIamInstanceProfileOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateIamInstanceProfileOutputBuilder> for DisassociateIamInstanceProfileOutputBuilder
impl PartialEq<DisassociateIamInstanceProfileOutputBuilder> for DisassociateIamInstanceProfileOutputBuilder
source§fn eq(&self, other: &DisassociateIamInstanceProfileOutputBuilder) -> bool
fn eq(&self, other: &DisassociateIamInstanceProfileOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DisassociateIamInstanceProfileOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateIamInstanceProfileOutputBuilder
impl Send for DisassociateIamInstanceProfileOutputBuilder
impl Sync for DisassociateIamInstanceProfileOutputBuilder
impl Unpin for DisassociateIamInstanceProfileOutputBuilder
impl UnwindSafe for DisassociateIamInstanceProfileOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more