#[non_exhaustive]pub struct GetApiKeysOutputBuilder { /* private fields */ }
Expand description
A builder for GetApiKeysOutput
.
Implementations§
source§impl GetApiKeysOutputBuilder
impl GetApiKeysOutputBuilder
sourcepub fn warnings(self, input: impl Into<String>) -> Self
pub fn warnings(self, input: impl Into<String>) -> Self
Appends an item to warnings
.
To override the contents of this collection use set_warnings
.
A list of warning messages logged during the import of API keys when the failOnWarnings
option is set to true.
sourcepub fn set_warnings(self, input: Option<Vec<String>>) -> Self
pub fn set_warnings(self, input: Option<Vec<String>>) -> Self
A list of warning messages logged during the import of API keys when the failOnWarnings
option is set to true.
sourcepub fn get_warnings(&self) -> &Option<Vec<String>>
pub fn get_warnings(&self) -> &Option<Vec<String>>
A list of warning messages logged during the import of API keys when the failOnWarnings
option is set to true.
sourcepub fn items(self, input: ApiKey) -> Self
pub fn items(self, input: ApiKey) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The current page of elements from this collection.
sourcepub fn set_items(self, input: Option<Vec<ApiKey>>) -> Self
pub fn set_items(self, input: Option<Vec<ApiKey>>) -> Self
The current page of elements from this collection.
sourcepub fn get_items(&self) -> &Option<Vec<ApiKey>>
pub fn get_items(&self) -> &Option<Vec<ApiKey>>
The current page of elements from this collection.
sourcepub fn position(self, input: impl Into<String>) -> Self
pub fn position(self, input: impl Into<String>) -> Self
The current pagination position in the paged result set.
sourcepub fn set_position(self, input: Option<String>) -> Self
pub fn set_position(self, input: Option<String>) -> Self
The current pagination position in the paged result set.
sourcepub fn get_position(&self) -> &Option<String>
pub fn get_position(&self) -> &Option<String>
The current pagination position in the paged result set.
sourcepub fn build(self) -> GetApiKeysOutput
pub fn build(self) -> GetApiKeysOutput
Consumes the builder and constructs a GetApiKeysOutput
.
Trait Implementations§
source§impl Clone for GetApiKeysOutputBuilder
impl Clone for GetApiKeysOutputBuilder
source§fn clone(&self) -> GetApiKeysOutputBuilder
fn clone(&self) -> GetApiKeysOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetApiKeysOutputBuilder
impl Debug for GetApiKeysOutputBuilder
source§impl Default for GetApiKeysOutputBuilder
impl Default for GetApiKeysOutputBuilder
source§fn default() -> GetApiKeysOutputBuilder
fn default() -> GetApiKeysOutputBuilder
source§impl PartialEq<GetApiKeysOutputBuilder> for GetApiKeysOutputBuilder
impl PartialEq<GetApiKeysOutputBuilder> for GetApiKeysOutputBuilder
source§fn eq(&self, other: &GetApiKeysOutputBuilder) -> bool
fn eq(&self, other: &GetApiKeysOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.