#[non_exhaustive]pub struct UpdateProfilingGroupInput { /* private fields */ }
Expand description
The structure representing the updateProfilingGroupRequest.
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProfilingGroupInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for UpdateProfilingGroupInput
impl Clone for UpdateProfilingGroupInput
sourcefn clone(&self) -> UpdateProfilingGroupInput
fn clone(&self) -> UpdateProfilingGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateProfilingGroupInput
impl Debug for UpdateProfilingGroupInput
sourceimpl PartialEq<UpdateProfilingGroupInput> for UpdateProfilingGroupInput
impl PartialEq<UpdateProfilingGroupInput> for UpdateProfilingGroupInput
sourcefn eq(&self, other: &UpdateProfilingGroupInput) -> bool
fn eq(&self, other: &UpdateProfilingGroupInput) -> bool
impl StructuralPartialEq for UpdateProfilingGroupInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateProfilingGroupInput
impl Send for UpdateProfilingGroupInput
impl Sync for UpdateProfilingGroupInput
impl Unpin for UpdateProfilingGroupInput
impl UnwindSafe for UpdateProfilingGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more