#[non_exhaustive]pub struct UpdateAuditStreamConfigurationInput { /* private fields */ }Implementations§
source§impl UpdateAuditStreamConfigurationInput
impl UpdateAuditStreamConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAuditStreamConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAuditStreamConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAuditStreamConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAuditStreamConfigurationInput.
Trait Implementations§
source§impl Clone for UpdateAuditStreamConfigurationInput
impl Clone for UpdateAuditStreamConfigurationInput
source§fn clone(&self) -> UpdateAuditStreamConfigurationInput
fn clone(&self) -> UpdateAuditStreamConfigurationInput
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 PartialEq<UpdateAuditStreamConfigurationInput> for UpdateAuditStreamConfigurationInput
impl PartialEq<UpdateAuditStreamConfigurationInput> for UpdateAuditStreamConfigurationInput
source§fn eq(&self, other: &UpdateAuditStreamConfigurationInput) -> bool
fn eq(&self, other: &UpdateAuditStreamConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.