Struct aws_sdk_ssoadmin::operation::get_application_grant::builders::GetApplicationGrantOutputBuilder
source · #[non_exhaustive]pub struct GetApplicationGrantOutputBuilder { /* private fields */ }
Expand description
A builder for GetApplicationGrantOutput
.
Implementations§
source§impl GetApplicationGrantOutputBuilder
impl GetApplicationGrantOutputBuilder
sourcepub fn grant(self, input: Grant) -> Self
pub fn grant(self, input: Grant) -> Self
A structure that describes the requested grant.
This field is required.sourcepub fn set_grant(self, input: Option<Grant>) -> Self
pub fn set_grant(self, input: Option<Grant>) -> Self
A structure that describes the requested grant.
sourcepub fn build(self) -> GetApplicationGrantOutput
pub fn build(self) -> GetApplicationGrantOutput
Consumes the builder and constructs a GetApplicationGrantOutput
.
Trait Implementations§
source§impl Clone for GetApplicationGrantOutputBuilder
impl Clone for GetApplicationGrantOutputBuilder
source§fn clone(&self) -> GetApplicationGrantOutputBuilder
fn clone(&self) -> GetApplicationGrantOutputBuilder
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 GetApplicationGrantOutputBuilder
impl Default for GetApplicationGrantOutputBuilder
source§fn default() -> GetApplicationGrantOutputBuilder
fn default() -> GetApplicationGrantOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetApplicationGrantOutputBuilder
impl PartialEq for GetApplicationGrantOutputBuilder
source§fn eq(&self, other: &GetApplicationGrantOutputBuilder) -> bool
fn eq(&self, other: &GetApplicationGrantOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetApplicationGrantOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetApplicationGrantOutputBuilder
impl Send for GetApplicationGrantOutputBuilder
impl Sync for GetApplicationGrantOutputBuilder
impl Unpin for GetApplicationGrantOutputBuilder
impl UnwindSafe for GetApplicationGrantOutputBuilder
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.