#[non_exhaustive]pub struct SetLoadBalancerListenerSslCertificateInput { /* private fields */ }
Expand description
Contains the parameters for SetLoadBalancerListenerSSLCertificate.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for SetLoadBalancerListenerSslCertificateInput
impl Clone for SetLoadBalancerListenerSslCertificateInput
sourcefn clone(&self) -> SetLoadBalancerListenerSslCertificateInput
fn clone(&self) -> SetLoadBalancerListenerSslCertificateInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<SetLoadBalancerListenerSslCertificateInput> for SetLoadBalancerListenerSslCertificateInput
impl PartialEq<SetLoadBalancerListenerSslCertificateInput> for SetLoadBalancerListenerSslCertificateInput
sourcefn eq(&self, other: &SetLoadBalancerListenerSslCertificateInput) -> bool
fn eq(&self, other: &SetLoadBalancerListenerSslCertificateInput) -> bool
impl StructuralPartialEq for SetLoadBalancerListenerSslCertificateInput
Auto Trait Implementations
impl RefUnwindSafe for SetLoadBalancerListenerSslCertificateInput
impl Send for SetLoadBalancerListenerSslCertificateInput
impl Sync for SetLoadBalancerListenerSslCertificateInput
impl Unpin for SetLoadBalancerListenerSslCertificateInput
impl UnwindSafe for SetLoadBalancerListenerSslCertificateInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more