Struct aws_sdk_codeguruprofiler::operation::delete_profiling_group::builders::DeleteProfilingGroupInputBuilder
source · #[non_exhaustive]pub struct DeleteProfilingGroupInputBuilder { /* private fields */ }
Expand description
A builder for DeleteProfilingGroupInput
.
Implementations§
source§impl DeleteProfilingGroupInputBuilder
impl DeleteProfilingGroupInputBuilder
sourcepub fn profiling_group_name(self, input: impl Into<String>) -> Self
pub fn profiling_group_name(self, input: impl Into<String>) -> Self
The name of the profiling group to delete.
sourcepub fn set_profiling_group_name(self, input: Option<String>) -> Self
pub fn set_profiling_group_name(self, input: Option<String>) -> Self
The name of the profiling group to delete.
sourcepub fn build(self) -> Result<DeleteProfilingGroupInput, BuildError>
pub fn build(self) -> Result<DeleteProfilingGroupInput, BuildError>
Consumes the builder and constructs a DeleteProfilingGroupInput
.
Trait Implementations§
source§impl Clone for DeleteProfilingGroupInputBuilder
impl Clone for DeleteProfilingGroupInputBuilder
source§fn clone(&self) -> DeleteProfilingGroupInputBuilder
fn clone(&self) -> DeleteProfilingGroupInputBuilder
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 DeleteProfilingGroupInputBuilder
impl Default for DeleteProfilingGroupInputBuilder
source§fn default() -> DeleteProfilingGroupInputBuilder
fn default() -> DeleteProfilingGroupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteProfilingGroupInputBuilder> for DeleteProfilingGroupInputBuilder
impl PartialEq<DeleteProfilingGroupInputBuilder> for DeleteProfilingGroupInputBuilder
source§fn eq(&self, other: &DeleteProfilingGroupInputBuilder) -> bool
fn eq(&self, other: &DeleteProfilingGroupInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.