#[non_exhaustive]pub struct ListCertificatesInputBuilder { /* private fields */ }Expand description
A builder for ListCertificatesInput.
Implementations§
source§impl ListCertificatesInputBuilder
impl ListCertificatesInputBuilder
sourcepub fn set_page_size(self, input: Option<i32>) -> Self
pub fn set_page_size(self, input: Option<i32>) -> Self
The result page size.
sourcepub fn get_page_size(&self) -> &Option<i32>
pub fn get_page_size(&self) -> &Option<i32>
The result page size.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The marker for the next set of results.
sourcepub fn ascending_order(self, input: bool) -> Self
pub fn ascending_order(self, input: bool) -> Self
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
sourcepub fn set_ascending_order(self, input: Option<bool>) -> Self
pub fn set_ascending_order(self, input: Option<bool>) -> Self
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
sourcepub fn get_ascending_order(&self) -> &Option<bool>
pub fn get_ascending_order(&self) -> &Option<bool>
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
sourcepub fn build(self) -> Result<ListCertificatesInput, BuildError>
pub fn build(self) -> Result<ListCertificatesInput, BuildError>
Consumes the builder and constructs a ListCertificatesInput.
source§impl ListCertificatesInputBuilder
impl ListCertificatesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListCertificatesOutput, SdkError<ListCertificatesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListCertificatesOutput, SdkError<ListCertificatesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListCertificatesInputBuilder
impl Clone for ListCertificatesInputBuilder
source§fn clone(&self) -> ListCertificatesInputBuilder
fn clone(&self) -> ListCertificatesInputBuilder
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 Debug for ListCertificatesInputBuilder
impl Debug for ListCertificatesInputBuilder
source§impl Default for ListCertificatesInputBuilder
impl Default for ListCertificatesInputBuilder
source§fn default() -> ListCertificatesInputBuilder
fn default() -> ListCertificatesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListCertificatesInputBuilder
impl PartialEq for ListCertificatesInputBuilder
source§fn eq(&self, other: &ListCertificatesInputBuilder) -> bool
fn eq(&self, other: &ListCertificatesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListCertificatesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListCertificatesInputBuilder
impl Send for ListCertificatesInputBuilder
impl Sync for ListCertificatesInputBuilder
impl Unpin for ListCertificatesInputBuilder
impl UnwindSafe for ListCertificatesInputBuilder
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.