Struct aws_sdk_eventbridge::input::PutEventsInput
source · #[non_exhaustive]pub struct PutEventsInput { /* private fields */ }Implementations§
source§impl PutEventsInput
impl PutEventsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEvents, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutEvents, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutEvents>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutEventsInput.
source§impl PutEventsInput
impl PutEventsInput
sourcepub fn entries(&self) -> Option<&[PutEventsRequestEntry]>
pub fn entries(&self) -> Option<&[PutEventsRequestEntry]>
The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
sourcepub fn endpoint_id(&self) -> Option<&str>
pub fn endpoint_id(&self) -> Option<&str>
The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
When using Java, you must include auth-crt on the class path.
Trait Implementations§
source§impl Clone for PutEventsInput
impl Clone for PutEventsInput
source§fn clone(&self) -> PutEventsInput
fn clone(&self) -> PutEventsInput
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 PutEventsInput
impl Debug for PutEventsInput
source§impl PartialEq<PutEventsInput> for PutEventsInput
impl PartialEq<PutEventsInput> for PutEventsInput
source§fn eq(&self, other: &PutEventsInput) -> bool
fn eq(&self, other: &PutEventsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.