#[non_exhaustive]pub struct FieldLevelEncryptionProfileListBuilder { /* private fields */ }
Expand description
A builder for FieldLevelEncryptionProfileList
.
Implementations§
source§impl FieldLevelEncryptionProfileListBuilder
impl FieldLevelEncryptionProfileListBuilder
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your profiles where you left off.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your profiles where you left off.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your profiles where you left off.
sourcepub fn max_items(self, input: i32) -> Self
pub fn max_items(self, input: i32) -> Self
The maximum number of field-level encryption profiles you want in the response body.
This field is required.sourcepub fn set_max_items(self, input: Option<i32>) -> Self
pub fn set_max_items(self, input: Option<i32>) -> Self
The maximum number of field-level encryption profiles you want in the response body.
sourcepub fn get_max_items(&self) -> &Option<i32>
pub fn get_max_items(&self) -> &Option<i32>
The maximum number of field-level encryption profiles you want in the response body.
sourcepub fn quantity(self, input: i32) -> Self
pub fn quantity(self, input: i32) -> Self
The number of field-level encryption profiles.
This field is required.sourcepub fn set_quantity(self, input: Option<i32>) -> Self
pub fn set_quantity(self, input: Option<i32>) -> Self
The number of field-level encryption profiles.
sourcepub fn get_quantity(&self) -> &Option<i32>
pub fn get_quantity(&self) -> &Option<i32>
The number of field-level encryption profiles.
sourcepub fn items(self, input: FieldLevelEncryptionProfileSummary) -> Self
pub fn items(self, input: FieldLevelEncryptionProfileSummary) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The field-level encryption profile items.
sourcepub fn set_items(
self,
input: Option<Vec<FieldLevelEncryptionProfileSummary>>
) -> Self
pub fn set_items( self, input: Option<Vec<FieldLevelEncryptionProfileSummary>> ) -> Self
The field-level encryption profile items.
sourcepub fn get_items(&self) -> &Option<Vec<FieldLevelEncryptionProfileSummary>>
pub fn get_items(&self) -> &Option<Vec<FieldLevelEncryptionProfileSummary>>
The field-level encryption profile items.
sourcepub fn build(self) -> Result<FieldLevelEncryptionProfileList, BuildError>
pub fn build(self) -> Result<FieldLevelEncryptionProfileList, BuildError>
Consumes the builder and constructs a FieldLevelEncryptionProfileList
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for FieldLevelEncryptionProfileListBuilder
impl Clone for FieldLevelEncryptionProfileListBuilder
source§fn clone(&self) -> FieldLevelEncryptionProfileListBuilder
fn clone(&self) -> FieldLevelEncryptionProfileListBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for FieldLevelEncryptionProfileListBuilder
impl Default for FieldLevelEncryptionProfileListBuilder
source§fn default() -> FieldLevelEncryptionProfileListBuilder
fn default() -> FieldLevelEncryptionProfileListBuilder
source§impl PartialEq for FieldLevelEncryptionProfileListBuilder
impl PartialEq for FieldLevelEncryptionProfileListBuilder
source§fn eq(&self, other: &FieldLevelEncryptionProfileListBuilder) -> bool
fn eq(&self, other: &FieldLevelEncryptionProfileListBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.