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