Struct aws_sdk_codeguruprofiler::operation::update_profiling_group::UpdateProfilingGroupInput
source · #[non_exhaustive]pub struct UpdateProfilingGroupInput { /* private fields */ }
Expand description
The structure representing the updateProfilingGroupRequest.
Implementations§
source§impl UpdateProfilingGroupInput
impl UpdateProfilingGroupInput
sourcepub fn profiling_group_name(&self) -> Option<&str>
pub fn profiling_group_name(&self) -> Option<&str>
The name of the profiling group to update.
sourcepub fn agent_orchestration_config(&self) -> Option<&AgentOrchestrationConfig>
pub fn agent_orchestration_config(&self) -> Option<&AgentOrchestrationConfig>
Specifies whether profiling is enabled or disabled for a profiling group.
source§impl UpdateProfilingGroupInput
impl UpdateProfilingGroupInput
sourcepub fn builder() -> UpdateProfilingGroupInputBuilder
pub fn builder() -> UpdateProfilingGroupInputBuilder
Creates a new builder-style object to manufacture UpdateProfilingGroupInput
.
source§impl UpdateProfilingGroupInput
impl UpdateProfilingGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProfilingGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateProfilingGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateProfilingGroup
>
Trait Implementations§
source§impl Clone for UpdateProfilingGroupInput
impl Clone for UpdateProfilingGroupInput
source§fn clone(&self) -> UpdateProfilingGroupInput
fn clone(&self) -> UpdateProfilingGroupInput
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 Debug for UpdateProfilingGroupInput
impl Debug for UpdateProfilingGroupInput
source§impl PartialEq<UpdateProfilingGroupInput> for UpdateProfilingGroupInput
impl PartialEq<UpdateProfilingGroupInput> for UpdateProfilingGroupInput
source§fn eq(&self, other: &UpdateProfilingGroupInput) -> bool
fn eq(&self, other: &UpdateProfilingGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.