Struct aws_sdk_lambda::operation::list_code_signing_configs::builders::ListCodeSigningConfigsOutputBuilder
source · #[non_exhaustive]pub struct ListCodeSigningConfigsOutputBuilder { /* private fields */ }Expand description
A builder for ListCodeSigningConfigsOutput.
Implementations§
source§impl ListCodeSigningConfigsOutputBuilder
impl ListCodeSigningConfigsOutputBuilder
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn get_next_marker(&self) -> &Option<String>
pub fn get_next_marker(&self) -> &Option<String>
The pagination token that's included if more results are available.
sourcepub fn code_signing_configs(self, input: CodeSigningConfig) -> Self
pub fn code_signing_configs(self, input: CodeSigningConfig) -> Self
Appends an item to code_signing_configs.
To override the contents of this collection use set_code_signing_configs.
The code signing configurations
sourcepub fn set_code_signing_configs(
self,
input: Option<Vec<CodeSigningConfig>>
) -> Self
pub fn set_code_signing_configs( self, input: Option<Vec<CodeSigningConfig>> ) -> Self
The code signing configurations
sourcepub fn get_code_signing_configs(&self) -> &Option<Vec<CodeSigningConfig>>
pub fn get_code_signing_configs(&self) -> &Option<Vec<CodeSigningConfig>>
The code signing configurations
sourcepub fn build(self) -> ListCodeSigningConfigsOutput
pub fn build(self) -> ListCodeSigningConfigsOutput
Consumes the builder and constructs a ListCodeSigningConfigsOutput.
Trait Implementations§
source§impl Clone for ListCodeSigningConfigsOutputBuilder
impl Clone for ListCodeSigningConfigsOutputBuilder
source§fn clone(&self) -> ListCodeSigningConfigsOutputBuilder
fn clone(&self) -> ListCodeSigningConfigsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ListCodeSigningConfigsOutputBuilder
impl Default for ListCodeSigningConfigsOutputBuilder
source§fn default() -> ListCodeSigningConfigsOutputBuilder
fn default() -> ListCodeSigningConfigsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListCodeSigningConfigsOutputBuilder
impl PartialEq for ListCodeSigningConfigsOutputBuilder
source§fn eq(&self, other: &ListCodeSigningConfigsOutputBuilder) -> bool
fn eq(&self, other: &ListCodeSigningConfigsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListCodeSigningConfigsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListCodeSigningConfigsOutputBuilder
impl RefUnwindSafe for ListCodeSigningConfigsOutputBuilder
impl Send for ListCodeSigningConfigsOutputBuilder
impl Sync for ListCodeSigningConfigsOutputBuilder
impl Unpin for ListCodeSigningConfigsOutputBuilder
impl UnwindSafe for ListCodeSigningConfigsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.