Struct aws_sdk_cognitoidentityprovider::operation::create_resource_server::builders::CreateResourceServerOutputBuilder
source · #[non_exhaustive]pub struct CreateResourceServerOutputBuilder { /* private fields */ }Expand description
A builder for CreateResourceServerOutput.
Implementations§
source§impl CreateResourceServerOutputBuilder
impl CreateResourceServerOutputBuilder
sourcepub fn resource_server(self, input: ResourceServerType) -> Self
pub fn resource_server(self, input: ResourceServerType) -> Self
The newly created resource server.
This field is required.sourcepub fn set_resource_server(self, input: Option<ResourceServerType>) -> Self
pub fn set_resource_server(self, input: Option<ResourceServerType>) -> Self
The newly created resource server.
sourcepub fn get_resource_server(&self) -> &Option<ResourceServerType>
pub fn get_resource_server(&self) -> &Option<ResourceServerType>
The newly created resource server.
sourcepub fn build(self) -> CreateResourceServerOutput
pub fn build(self) -> CreateResourceServerOutput
Consumes the builder and constructs a CreateResourceServerOutput.
Trait Implementations§
source§impl Clone for CreateResourceServerOutputBuilder
impl Clone for CreateResourceServerOutputBuilder
source§fn clone(&self) -> CreateResourceServerOutputBuilder
fn clone(&self) -> CreateResourceServerOutputBuilder
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 CreateResourceServerOutputBuilder
impl Default for CreateResourceServerOutputBuilder
source§fn default() -> CreateResourceServerOutputBuilder
fn default() -> CreateResourceServerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateResourceServerOutputBuilder
impl PartialEq for CreateResourceServerOutputBuilder
source§fn eq(&self, other: &CreateResourceServerOutputBuilder) -> bool
fn eq(&self, other: &CreateResourceServerOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateResourceServerOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateResourceServerOutputBuilder
impl Send for CreateResourceServerOutputBuilder
impl Sync for CreateResourceServerOutputBuilder
impl Unpin for CreateResourceServerOutputBuilder
impl UnwindSafe for CreateResourceServerOutputBuilder
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.