Struct aws_sdk_eks::operation::describe_access_entry::builders::DescribeAccessEntryOutputBuilder
source · #[non_exhaustive]pub struct DescribeAccessEntryOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAccessEntryOutput.
Implementations§
source§impl DescribeAccessEntryOutputBuilder
impl DescribeAccessEntryOutputBuilder
sourcepub fn access_entry(self, input: AccessEntry) -> Self
pub fn access_entry(self, input: AccessEntry) -> Self
Information about the access entry.
sourcepub fn set_access_entry(self, input: Option<AccessEntry>) -> Self
pub fn set_access_entry(self, input: Option<AccessEntry>) -> Self
Information about the access entry.
sourcepub fn get_access_entry(&self) -> &Option<AccessEntry>
pub fn get_access_entry(&self) -> &Option<AccessEntry>
Information about the access entry.
sourcepub fn build(self) -> DescribeAccessEntryOutput
pub fn build(self) -> DescribeAccessEntryOutput
Consumes the builder and constructs a DescribeAccessEntryOutput.
Trait Implementations§
source§impl Clone for DescribeAccessEntryOutputBuilder
impl Clone for DescribeAccessEntryOutputBuilder
source§fn clone(&self) -> DescribeAccessEntryOutputBuilder
fn clone(&self) -> DescribeAccessEntryOutputBuilder
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 DescribeAccessEntryOutputBuilder
impl Default for DescribeAccessEntryOutputBuilder
source§fn default() -> DescribeAccessEntryOutputBuilder
fn default() -> DescribeAccessEntryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeAccessEntryOutputBuilder
impl PartialEq for DescribeAccessEntryOutputBuilder
source§fn eq(&self, other: &DescribeAccessEntryOutputBuilder) -> bool
fn eq(&self, other: &DescribeAccessEntryOutputBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeAccessEntryOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeAccessEntryOutputBuilder
impl RefUnwindSafe for DescribeAccessEntryOutputBuilder
impl Send for DescribeAccessEntryOutputBuilder
impl Sync for DescribeAccessEntryOutputBuilder
impl Unpin for DescribeAccessEntryOutputBuilder
impl UnwindSafe for DescribeAccessEntryOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.