Struct aws_sdk_eventbridge::operation::describe_partner_event_source::builders::DescribePartnerEventSourceFluentBuilder
source · pub struct DescribePartnerEventSourceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribePartnerEventSource.
An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.
Implementations§
source§impl DescribePartnerEventSourceFluentBuilder
impl DescribePartnerEventSourceFluentBuilder
sourcepub fn as_input(&self) -> &DescribePartnerEventSourceInputBuilder
pub fn as_input(&self) -> &DescribePartnerEventSourceInputBuilder
Access the DescribePartnerEventSource as a reference.
sourcepub async fn send(
self
) -> Result<DescribePartnerEventSourceOutput, SdkError<DescribePartnerEventSourceError, HttpResponse>>
pub async fn send( self ) -> Result<DescribePartnerEventSourceOutput, SdkError<DescribePartnerEventSourceError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribePartnerEventSourceOutput, DescribePartnerEventSourceError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribePartnerEventSourceOutput, DescribePartnerEventSourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
Trait Implementations§
source§impl Clone for DescribePartnerEventSourceFluentBuilder
impl Clone for DescribePartnerEventSourceFluentBuilder
source§fn clone(&self) -> DescribePartnerEventSourceFluentBuilder
fn clone(&self) -> DescribePartnerEventSourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more