Struct aws_sdk_eks::operation::delete_fargate_profile::builders::DeleteFargateProfileOutputBuilder
source · #[non_exhaustive]pub struct DeleteFargateProfileOutputBuilder { /* private fields */ }Expand description
A builder for DeleteFargateProfileOutput.
Implementations§
source§impl DeleteFargateProfileOutputBuilder
impl DeleteFargateProfileOutputBuilder
sourcepub fn fargate_profile(self, input: FargateProfile) -> Self
pub fn fargate_profile(self, input: FargateProfile) -> Self
The deleted Fargate profile.
sourcepub fn set_fargate_profile(self, input: Option<FargateProfile>) -> Self
pub fn set_fargate_profile(self, input: Option<FargateProfile>) -> Self
The deleted Fargate profile.
sourcepub fn get_fargate_profile(&self) -> &Option<FargateProfile>
pub fn get_fargate_profile(&self) -> &Option<FargateProfile>
The deleted Fargate profile.
sourcepub fn build(self) -> DeleteFargateProfileOutput
pub fn build(self) -> DeleteFargateProfileOutput
Consumes the builder and constructs a DeleteFargateProfileOutput.
Trait Implementations§
source§impl Clone for DeleteFargateProfileOutputBuilder
impl Clone for DeleteFargateProfileOutputBuilder
source§fn clone(&self) -> DeleteFargateProfileOutputBuilder
fn clone(&self) -> DeleteFargateProfileOutputBuilder
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 DeleteFargateProfileOutputBuilder
impl Default for DeleteFargateProfileOutputBuilder
source§fn default() -> DeleteFargateProfileOutputBuilder
fn default() -> DeleteFargateProfileOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFargateProfileOutputBuilder
impl PartialEq for DeleteFargateProfileOutputBuilder
source§fn eq(&self, other: &DeleteFargateProfileOutputBuilder) -> bool
fn eq(&self, other: &DeleteFargateProfileOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteFargateProfileOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteFargateProfileOutputBuilder
impl RefUnwindSafe for DeleteFargateProfileOutputBuilder
impl Send for DeleteFargateProfileOutputBuilder
impl Sync for DeleteFargateProfileOutputBuilder
impl Unpin for DeleteFargateProfileOutputBuilder
impl UnwindSafe for DeleteFargateProfileOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.