Struct aws_sdk_docdb::operation::describe_certificates::builders::DescribeCertificatesOutputBuilder
source · #[non_exhaustive]pub struct DescribeCertificatesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeCertificatesOutput.
Implementations§
source§impl DescribeCertificatesOutputBuilder
impl DescribeCertificatesOutputBuilder
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.
A list of certificates for this Amazon Web Services account.
sourcepub fn set_certificates(self, input: Option<Vec<Certificate>>) -> Self
pub fn set_certificates(self, input: Option<Vec<Certificate>>) -> Self
A list of certificates for this Amazon Web Services account.
sourcepub fn get_certificates(&self) -> &Option<Vec<Certificate>>
pub fn get_certificates(&self) -> &Option<Vec<Certificate>>
A list of certificates for this Amazon Web Services account.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
sourcepub fn build(self) -> DescribeCertificatesOutput
pub fn build(self) -> DescribeCertificatesOutput
Consumes the builder and constructs a DescribeCertificatesOutput.
Trait Implementations§
source§impl Clone for DescribeCertificatesOutputBuilder
impl Clone for DescribeCertificatesOutputBuilder
source§fn clone(&self) -> DescribeCertificatesOutputBuilder
fn clone(&self) -> DescribeCertificatesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeCertificatesOutputBuilder
impl Default for DescribeCertificatesOutputBuilder
source§fn default() -> DescribeCertificatesOutputBuilder
fn default() -> DescribeCertificatesOutputBuilder
source§impl PartialEq for DescribeCertificatesOutputBuilder
impl PartialEq for DescribeCertificatesOutputBuilder
source§fn eq(&self, other: &DescribeCertificatesOutputBuilder) -> bool
fn eq(&self, other: &DescribeCertificatesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.