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