#[non_exhaustive]pub struct SetLoadBalancerListenerSslCertificateInput { /* private fields */ }
Expand description
Contains the parameters for SetLoadBalancerListenerSSLCertificate.
Implementations§
source§impl SetLoadBalancerListenerSslCertificateInput
impl SetLoadBalancerListenerSslCertificateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLoadBalancerListenerSSLCertificate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLoadBalancerListenerSSLCertificate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetLoadBalancerListenerSSLCertificate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetLoadBalancerListenerSslCertificateInput
.
source§impl SetLoadBalancerListenerSslCertificateInput
impl SetLoadBalancerListenerSslCertificateInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn load_balancer_port(&self) -> i32
pub fn load_balancer_port(&self) -> i32
The port that uses the specified SSL certificate.
sourcepub fn ssl_certificate_id(&self) -> Option<&str>
pub fn ssl_certificate_id(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the SSL certificate.
Trait Implementations§
source§impl Clone for SetLoadBalancerListenerSslCertificateInput
impl Clone for SetLoadBalancerListenerSslCertificateInput
source§fn clone(&self) -> SetLoadBalancerListenerSslCertificateInput
fn clone(&self) -> SetLoadBalancerListenerSslCertificateInput
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<SetLoadBalancerListenerSslCertificateInput> for SetLoadBalancerListenerSslCertificateInput
impl PartialEq<SetLoadBalancerListenerSslCertificateInput> for SetLoadBalancerListenerSslCertificateInput
source§fn eq(&self, other: &SetLoadBalancerListenerSslCertificateInput) -> bool
fn eq(&self, other: &SetLoadBalancerListenerSslCertificateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.