#[non_exhaustive]pub struct ListCertificatesOutputBuilder { /* private fields */ }Expand description
A builder for ListCertificatesOutput.
Implementations§
source§impl ListCertificatesOutputBuilder
impl ListCertificatesOutputBuilder
sourcepub fn certificates(self, input: Certificate) -> Self
pub fn certificates(self, input: Certificate) -> Self
Appends an item to certificates.
To override the contents of this collection use set_certificates.
The descriptions of the certificates.
sourcepub fn set_certificates(self, input: Option<Vec<Certificate>>) -> Self
pub fn set_certificates(self, input: Option<Vec<Certificate>>) -> Self
The descriptions of the certificates.
sourcepub fn get_certificates(&self) -> &Option<Vec<Certificate>>
pub fn get_certificates(&self) -> &Option<Vec<Certificate>>
The descriptions of the certificates.
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
The marker for the next set of results, or null if there are no additional results.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
The marker for the next set of results, or null if there are no additional results.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
The marker for the next set of results, or null if there are no additional results.
sourcepub fn build(self) -> ListCertificatesOutput
pub fn build(self) -> ListCertificatesOutput
Consumes the builder and constructs a ListCertificatesOutput.
Trait Implementations§
source§impl Clone for ListCertificatesOutputBuilder
impl Clone for ListCertificatesOutputBuilder
source§fn clone(&self) -> ListCertificatesOutputBuilder
fn clone(&self) -> ListCertificatesOutputBuilder
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 ListCertificatesOutputBuilder
impl Default for ListCertificatesOutputBuilder
source§fn default() -> ListCertificatesOutputBuilder
fn default() -> ListCertificatesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListCertificatesOutputBuilder
impl PartialEq for ListCertificatesOutputBuilder
source§fn eq(&self, other: &ListCertificatesOutputBuilder) -> bool
fn eq(&self, other: &ListCertificatesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListCertificatesOutputBuilder
Auto Trait Implementations§
impl Freeze for ListCertificatesOutputBuilder
impl RefUnwindSafe for ListCertificatesOutputBuilder
impl Send for ListCertificatesOutputBuilder
impl Sync for ListCertificatesOutputBuilder
impl Unpin for ListCertificatesOutputBuilder
impl UnwindSafe for ListCertificatesOutputBuilder
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.