Struct aws_sdk_kms::operation::describe_custom_key_stores::builders::DescribeCustomKeyStoresOutputBuilder
source · #[non_exhaustive]pub struct DescribeCustomKeyStoresOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeCustomKeyStoresOutput
.
Implementations§
source§impl DescribeCustomKeyStoresOutputBuilder
impl DescribeCustomKeyStoresOutputBuilder
sourcepub fn custom_key_stores(self, input: CustomKeyStoresListEntry) -> Self
pub fn custom_key_stores(self, input: CustomKeyStoresListEntry) -> Self
Appends an item to custom_key_stores
.
To override the contents of this collection use set_custom_key_stores
.
Contains metadata about each custom key store.
sourcepub fn set_custom_key_stores(
self,
input: Option<Vec<CustomKeyStoresListEntry>>
) -> Self
pub fn set_custom_key_stores( self, input: Option<Vec<CustomKeyStoresListEntry>> ) -> Self
Contains metadata about each custom key store.
sourcepub fn get_custom_key_stores(&self) -> &Option<Vec<CustomKeyStoresListEntry>>
pub fn get_custom_key_stores(&self) -> &Option<Vec<CustomKeyStoresListEntry>>
Contains metadata about each custom key store.
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
When Truncated
is true, this element is present and contains the value to use for the Marker
parameter in a subsequent request.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
When Truncated
is true, this element is present and contains the value to use for the Marker
parameter in a subsequent request.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
When Truncated
is true, this element is present and contains the value to use for the Marker
parameter in a subsequent request.
sourcepub fn truncated(self, input: bool) -> Self
pub fn truncated(self, input: bool) -> Self
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker
element in thisresponse to the Marker
parameter in a subsequent request.
sourcepub fn set_truncated(self, input: Option<bool>) -> Self
pub fn set_truncated(self, input: Option<bool>) -> Self
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker
element in thisresponse to the Marker
parameter in a subsequent request.
sourcepub fn get_truncated(&self) -> &Option<bool>
pub fn get_truncated(&self) -> &Option<bool>
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker
element in thisresponse to the Marker
parameter in a subsequent request.
sourcepub fn build(self) -> DescribeCustomKeyStoresOutput
pub fn build(self) -> DescribeCustomKeyStoresOutput
Consumes the builder and constructs a DescribeCustomKeyStoresOutput
.
Trait Implementations§
source§impl Clone for DescribeCustomKeyStoresOutputBuilder
impl Clone for DescribeCustomKeyStoresOutputBuilder
source§fn clone(&self) -> DescribeCustomKeyStoresOutputBuilder
fn clone(&self) -> DescribeCustomKeyStoresOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeCustomKeyStoresOutputBuilder
impl Default for DescribeCustomKeyStoresOutputBuilder
source§fn default() -> DescribeCustomKeyStoresOutputBuilder
fn default() -> DescribeCustomKeyStoresOutputBuilder
source§impl PartialEq for DescribeCustomKeyStoresOutputBuilder
impl PartialEq for DescribeCustomKeyStoresOutputBuilder
source§fn eq(&self, other: &DescribeCustomKeyStoresOutputBuilder) -> bool
fn eq(&self, other: &DescribeCustomKeyStoresOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.