#[non_exhaustive]pub struct CertificateProviderSummaryBuilder { /* private fields */ }Expand description
A builder for CertificateProviderSummary.
Implementations§
source§impl CertificateProviderSummaryBuilder
impl CertificateProviderSummaryBuilder
sourcepub fn certificate_provider_name(self, input: impl Into<String>) -> Self
pub fn certificate_provider_name(self, input: impl Into<String>) -> Self
The name of the certificate provider.
sourcepub fn set_certificate_provider_name(self, input: Option<String>) -> Self
pub fn set_certificate_provider_name(self, input: Option<String>) -> Self
The name of the certificate provider.
sourcepub fn get_certificate_provider_name(&self) -> &Option<String>
pub fn get_certificate_provider_name(&self) -> &Option<String>
The name of the certificate provider.
sourcepub fn certificate_provider_arn(self, input: impl Into<String>) -> Self
pub fn certificate_provider_arn(self, input: impl Into<String>) -> Self
The ARN of the certificate provider.
sourcepub fn set_certificate_provider_arn(self, input: Option<String>) -> Self
pub fn set_certificate_provider_arn(self, input: Option<String>) -> Self
The ARN of the certificate provider.
sourcepub fn get_certificate_provider_arn(&self) -> &Option<String>
pub fn get_certificate_provider_arn(&self) -> &Option<String>
The ARN of the certificate provider.
sourcepub fn build(self) -> CertificateProviderSummary
pub fn build(self) -> CertificateProviderSummary
Consumes the builder and constructs a CertificateProviderSummary.
Trait Implementations§
source§impl Clone for CertificateProviderSummaryBuilder
impl Clone for CertificateProviderSummaryBuilder
source§fn clone(&self) -> CertificateProviderSummaryBuilder
fn clone(&self) -> CertificateProviderSummaryBuilder
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 Default for CertificateProviderSummaryBuilder
impl Default for CertificateProviderSummaryBuilder
source§fn default() -> CertificateProviderSummaryBuilder
fn default() -> CertificateProviderSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CertificateProviderSummaryBuilder
impl PartialEq for CertificateProviderSummaryBuilder
source§fn eq(&self, other: &CertificateProviderSummaryBuilder) -> bool
fn eq(&self, other: &CertificateProviderSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CertificateProviderSummaryBuilder
Auto Trait Implementations§
impl Freeze for CertificateProviderSummaryBuilder
impl RefUnwindSafe for CertificateProviderSummaryBuilder
impl Send for CertificateProviderSummaryBuilder
impl Sync for CertificateProviderSummaryBuilder
impl Unpin for CertificateProviderSummaryBuilder
impl UnwindSafe for CertificateProviderSummaryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.