#[non_exhaustive]pub struct SetLoadBalancerListenerSslCertificateOutput {}
Expand description
Contains the output of SetLoadBalancerListenerSSLCertificate.
Implementations§
source§impl SetLoadBalancerListenerSslCertificateOutput
impl SetLoadBalancerListenerSslCertificateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetLoadBalancerListenerSslCertificateOutput
.
Trait Implementations§
source§impl Clone for SetLoadBalancerListenerSslCertificateOutput
impl Clone for SetLoadBalancerListenerSslCertificateOutput
source§fn clone(&self) -> SetLoadBalancerListenerSslCertificateOutput
fn clone(&self) -> SetLoadBalancerListenerSslCertificateOutput
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<SetLoadBalancerListenerSslCertificateOutput> for SetLoadBalancerListenerSslCertificateOutput
impl PartialEq<SetLoadBalancerListenerSslCertificateOutput> for SetLoadBalancerListenerSslCertificateOutput
source§fn eq(&self, other: &SetLoadBalancerListenerSslCertificateOutput) -> bool
fn eq(&self, other: &SetLoadBalancerListenerSslCertificateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.