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 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<DeleteFargateProfileOutputBuilder> for DeleteFargateProfileOutputBuilder
impl PartialEq<DeleteFargateProfileOutputBuilder> 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 ==.