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