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