Struct aws_sdk_rds::input::ModifyCertificatesInput
source · [−]#[non_exhaustive]pub struct ModifyCertificatesInput { /* private fields */ }Implementations
sourceimpl ModifyCertificatesInput
impl ModifyCertificatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyCertificates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyCertificates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyCertificates>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyCertificatesInput.
sourceimpl ModifyCertificatesInput
impl ModifyCertificatesInput
sourcepub fn certificate_identifier(&self) -> Option<&str>
pub fn certificate_identifier(&self) -> Option<&str>
The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.
sourcepub fn remove_customer_override(&self) -> Option<bool>
pub fn remove_customer_override(&self) -> Option<bool>
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
Trait Implementations
sourceimpl Clone for ModifyCertificatesInput
impl Clone for ModifyCertificatesInput
sourcefn clone(&self) -> ModifyCertificatesInput
fn clone(&self) -> ModifyCertificatesInput
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 Debug for ModifyCertificatesInput
impl Debug for ModifyCertificatesInput
sourceimpl PartialEq<ModifyCertificatesInput> for ModifyCertificatesInput
impl PartialEq<ModifyCertificatesInput> for ModifyCertificatesInput
sourcefn eq(&self, other: &ModifyCertificatesInput) -> bool
fn eq(&self, other: &ModifyCertificatesInput) -> bool
impl StructuralPartialEq for ModifyCertificatesInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyCertificatesInput
impl Send for ModifyCertificatesInput
impl Sync for ModifyCertificatesInput
impl Unpin for ModifyCertificatesInput
impl UnwindSafe for ModifyCertificatesInput
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