Struct aws_sdk_rds::operation::delete_db_proxy_endpoint::builders::DeleteDbProxyEndpointOutputBuilder
source · #[non_exhaustive]pub struct DeleteDbProxyEndpointOutputBuilder { /* private fields */ }Expand description
A builder for DeleteDbProxyEndpointOutput.
Implementations§
source§impl DeleteDbProxyEndpointOutputBuilder
impl DeleteDbProxyEndpointOutputBuilder
sourcepub fn db_proxy_endpoint(self, input: DbProxyEndpoint) -> Self
pub fn db_proxy_endpoint(self, input: DbProxyEndpoint) -> Self
The data structure representing the details of the DB proxy endpoint that you delete.
sourcepub fn set_db_proxy_endpoint(self, input: Option<DbProxyEndpoint>) -> Self
pub fn set_db_proxy_endpoint(self, input: Option<DbProxyEndpoint>) -> Self
The data structure representing the details of the DB proxy endpoint that you delete.
sourcepub fn get_db_proxy_endpoint(&self) -> &Option<DbProxyEndpoint>
pub fn get_db_proxy_endpoint(&self) -> &Option<DbProxyEndpoint>
The data structure representing the details of the DB proxy endpoint that you delete.
sourcepub fn build(self) -> DeleteDbProxyEndpointOutput
pub fn build(self) -> DeleteDbProxyEndpointOutput
Consumes the builder and constructs a DeleteDbProxyEndpointOutput.
Trait Implementations§
source§impl Clone for DeleteDbProxyEndpointOutputBuilder
impl Clone for DeleteDbProxyEndpointOutputBuilder
source§fn clone(&self) -> DeleteDbProxyEndpointOutputBuilder
fn clone(&self) -> DeleteDbProxyEndpointOutputBuilder
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 DeleteDbProxyEndpointOutputBuilder
impl Default for DeleteDbProxyEndpointOutputBuilder
source§fn default() -> DeleteDbProxyEndpointOutputBuilder
fn default() -> DeleteDbProxyEndpointOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteDbProxyEndpointOutputBuilder
impl PartialEq for DeleteDbProxyEndpointOutputBuilder
source§fn eq(&self, other: &DeleteDbProxyEndpointOutputBuilder) -> bool
fn eq(&self, other: &DeleteDbProxyEndpointOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteDbProxyEndpointOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDbProxyEndpointOutputBuilder
impl Send for DeleteDbProxyEndpointOutputBuilder
impl Sync for DeleteDbProxyEndpointOutputBuilder
impl Unpin for DeleteDbProxyEndpointOutputBuilder
impl UnwindSafe for DeleteDbProxyEndpointOutputBuilder
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.