Struct aws_sdk_iam::operation::get_instance_profile::builders::GetInstanceProfileOutputBuilder
source · #[non_exhaustive]pub struct GetInstanceProfileOutputBuilder { /* private fields */ }
Expand description
A builder for GetInstanceProfileOutput
.
Implementations§
source§impl GetInstanceProfileOutputBuilder
impl GetInstanceProfileOutputBuilder
sourcepub fn instance_profile(self, input: InstanceProfile) -> Self
pub fn instance_profile(self, input: InstanceProfile) -> Self
A structure containing details about the instance profile.
sourcepub fn set_instance_profile(self, input: Option<InstanceProfile>) -> Self
pub fn set_instance_profile(self, input: Option<InstanceProfile>) -> Self
A structure containing details about the instance profile.
sourcepub fn build(self) -> GetInstanceProfileOutput
pub fn build(self) -> GetInstanceProfileOutput
Consumes the builder and constructs a GetInstanceProfileOutput
.
Trait Implementations§
source§impl Clone for GetInstanceProfileOutputBuilder
impl Clone for GetInstanceProfileOutputBuilder
source§fn clone(&self) -> GetInstanceProfileOutputBuilder
fn clone(&self) -> GetInstanceProfileOutputBuilder
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 GetInstanceProfileOutputBuilder
impl Default for GetInstanceProfileOutputBuilder
source§fn default() -> GetInstanceProfileOutputBuilder
fn default() -> GetInstanceProfileOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetInstanceProfileOutputBuilder> for GetInstanceProfileOutputBuilder
impl PartialEq<GetInstanceProfileOutputBuilder> for GetInstanceProfileOutputBuilder
source§fn eq(&self, other: &GetInstanceProfileOutputBuilder) -> bool
fn eq(&self, other: &GetInstanceProfileOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.