Struct aws_sdk_securityhub::types::builders::AwsCertificateManagerCertificateExtendedKeyUsageBuilder
source · #[non_exhaustive]pub struct AwsCertificateManagerCertificateExtendedKeyUsageBuilder { /* private fields */ }
Expand description
A builder for AwsCertificateManagerCertificateExtendedKeyUsage
.
Implementations§
source§impl AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl AwsCertificateManagerCertificateExtendedKeyUsageBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of an extension value. Indicates the purpose for which the certificate public key can be used.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of an extension value. Indicates the purpose for which the certificate public key can be used.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of an extension value. Indicates the purpose for which the certificate public key can be used.
sourcepub fn o_id(self, input: impl Into<String>) -> Self
pub fn o_id(self, input: impl Into<String>) -> Self
An object identifier (OID) for the extension value.
The format is numbers separated by periods.
sourcepub fn set_o_id(self, input: Option<String>) -> Self
pub fn set_o_id(self, input: Option<String>) -> Self
An object identifier (OID) for the extension value.
The format is numbers separated by periods.
sourcepub fn get_o_id(&self) -> &Option<String>
pub fn get_o_id(&self) -> &Option<String>
An object identifier (OID) for the extension value.
The format is numbers separated by periods.
sourcepub fn build(self) -> AwsCertificateManagerCertificateExtendedKeyUsage
pub fn build(self) -> AwsCertificateManagerCertificateExtendedKeyUsage
Consumes the builder and constructs a AwsCertificateManagerCertificateExtendedKeyUsage
.
Trait Implementations§
source§impl Clone for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl Clone for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
source§fn clone(&self) -> AwsCertificateManagerCertificateExtendedKeyUsageBuilder
fn clone(&self) -> AwsCertificateManagerCertificateExtendedKeyUsageBuilder
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 AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl Default for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
source§fn default() -> AwsCertificateManagerCertificateExtendedKeyUsageBuilder
fn default() -> AwsCertificateManagerCertificateExtendedKeyUsageBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl PartialEq for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
source§fn eq(
&self,
other: &AwsCertificateManagerCertificateExtendedKeyUsageBuilder
) -> bool
fn eq( &self, other: &AwsCertificateManagerCertificateExtendedKeyUsageBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl Send for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl Sync for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl Unpin for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
impl UnwindSafe for AwsCertificateManagerCertificateExtendedKeyUsageBuilder
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.