#[non_exhaustive]pub struct CreatePartnerEventSourceInput { /* private fields */ }Implementations§
source§impl CreatePartnerEventSourceInput
impl CreatePartnerEventSourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePartnerEventSource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePartnerEventSource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePartnerEventSource>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePartnerEventSourceInput.
source§impl CreatePartnerEventSourceInput
impl CreatePartnerEventSourceInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the partner event source. This name must be unique and must be in the format partner_name/event_namespace/event_name . The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.
Trait Implementations§
source§impl Clone for CreatePartnerEventSourceInput
impl Clone for CreatePartnerEventSourceInput
source§fn clone(&self) -> CreatePartnerEventSourceInput
fn clone(&self) -> CreatePartnerEventSourceInput
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<CreatePartnerEventSourceInput> for CreatePartnerEventSourceInput
impl PartialEq<CreatePartnerEventSourceInput> for CreatePartnerEventSourceInput
source§fn eq(&self, other: &CreatePartnerEventSourceInput) -> bool
fn eq(&self, other: &CreatePartnerEventSourceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.