Struct aws_sdk_iam::operation::list_server_certificates::builders::ListServerCertificatesOutputBuilder
source · #[non_exhaustive]pub struct ListServerCertificatesOutputBuilder { /* private fields */ }
Expand description
A builder for ListServerCertificatesOutput
.
Implementations§
source§impl ListServerCertificatesOutputBuilder
impl ListServerCertificatesOutputBuilder
sourcepub fn server_certificate_metadata_list(
self,
input: ServerCertificateMetadata
) -> Self
pub fn server_certificate_metadata_list( self, input: ServerCertificateMetadata ) -> Self
Appends an item to server_certificate_metadata_list
.
To override the contents of this collection use set_server_certificate_metadata_list
.
A list of server certificates.
sourcepub fn set_server_certificate_metadata_list(
self,
input: Option<Vec<ServerCertificateMetadata>>
) -> Self
pub fn set_server_certificate_metadata_list( self, input: Option<Vec<ServerCertificateMetadata>> ) -> Self
A list of server certificates.
sourcepub fn get_server_certificate_metadata_list(
&self
) -> &Option<Vec<ServerCertificateMetadata>>
pub fn get_server_certificate_metadata_list( &self ) -> &Option<Vec<ServerCertificateMetadata>>
A list of server certificates.
sourcepub fn is_truncated(self, input: bool) -> Self
pub fn is_truncated(self, input: bool) -> Self
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn set_is_truncated(self, input: Option<bool>) -> Self
pub fn set_is_truncated(self, input: Option<bool>) -> Self
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn get_is_truncated(&self) -> &Option<bool>
pub fn get_is_truncated(&self) -> &Option<bool>
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker
request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems
number of results even when there are more results available. We recommend that you check IsTruncated
after every call to ensure that you receive all your results.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
When IsTruncated
is true
, this element is present and contains the value to use for the Marker
parameter in a subsequent pagination request.
sourcepub fn build(self) -> Result<ListServerCertificatesOutput, BuildError>
pub fn build(self) -> Result<ListServerCertificatesOutput, BuildError>
Consumes the builder and constructs a ListServerCertificatesOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListServerCertificatesOutputBuilder
impl Clone for ListServerCertificatesOutputBuilder
source§fn clone(&self) -> ListServerCertificatesOutputBuilder
fn clone(&self) -> ListServerCertificatesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListServerCertificatesOutputBuilder
impl Default for ListServerCertificatesOutputBuilder
source§fn default() -> ListServerCertificatesOutputBuilder
fn default() -> ListServerCertificatesOutputBuilder
source§impl PartialEq for ListServerCertificatesOutputBuilder
impl PartialEq for ListServerCertificatesOutputBuilder
source§fn eq(&self, other: &ListServerCertificatesOutputBuilder) -> bool
fn eq(&self, other: &ListServerCertificatesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.