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