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