Struct aws_sdk_cloudsearch::operation::update_domain_endpoint_options::builders::UpdateDomainEndpointOptionsOutputBuilder
source · #[non_exhaustive]pub struct UpdateDomainEndpointOptionsOutputBuilder { /* private fields */ }Expand description
A builder for UpdateDomainEndpointOptionsOutput.
Implementations§
source§impl UpdateDomainEndpointOptionsOutputBuilder
impl UpdateDomainEndpointOptionsOutputBuilder
sourcepub fn domain_endpoint_options(self, input: DomainEndpointOptionsStatus) -> Self
pub fn domain_endpoint_options(self, input: DomainEndpointOptionsStatus) -> Self
The newly-configured domain endpoint options.
sourcepub fn set_domain_endpoint_options(
self,
input: Option<DomainEndpointOptionsStatus>
) -> Self
pub fn set_domain_endpoint_options( self, input: Option<DomainEndpointOptionsStatus> ) -> Self
The newly-configured domain endpoint options.
sourcepub fn get_domain_endpoint_options(
&self
) -> &Option<DomainEndpointOptionsStatus>
pub fn get_domain_endpoint_options( &self ) -> &Option<DomainEndpointOptionsStatus>
The newly-configured domain endpoint options.
sourcepub fn build(self) -> UpdateDomainEndpointOptionsOutput
pub fn build(self) -> UpdateDomainEndpointOptionsOutput
Consumes the builder and constructs a UpdateDomainEndpointOptionsOutput.
Trait Implementations§
source§impl Clone for UpdateDomainEndpointOptionsOutputBuilder
impl Clone for UpdateDomainEndpointOptionsOutputBuilder
source§fn clone(&self) -> UpdateDomainEndpointOptionsOutputBuilder
fn clone(&self) -> UpdateDomainEndpointOptionsOutputBuilder
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 UpdateDomainEndpointOptionsOutputBuilder
impl Default for UpdateDomainEndpointOptionsOutputBuilder
source§fn default() -> UpdateDomainEndpointOptionsOutputBuilder
fn default() -> UpdateDomainEndpointOptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateDomainEndpointOptionsOutputBuilder
impl PartialEq for UpdateDomainEndpointOptionsOutputBuilder
source§fn eq(&self, other: &UpdateDomainEndpointOptionsOutputBuilder) -> bool
fn eq(&self, other: &UpdateDomainEndpointOptionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateDomainEndpointOptionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDomainEndpointOptionsOutputBuilder
impl Send for UpdateDomainEndpointOptionsOutputBuilder
impl Sync for UpdateDomainEndpointOptionsOutputBuilder
impl Unpin for UpdateDomainEndpointOptionsOutputBuilder
impl UnwindSafe for UpdateDomainEndpointOptionsOutputBuilder
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.