#[non_exhaustive]pub struct DeleteDbProxyOutputBuilder { /* private fields */ }Expand description
A builder for DeleteDbProxyOutput.
Implementations§
source§impl DeleteDbProxyOutputBuilder
impl DeleteDbProxyOutputBuilder
sourcepub fn db_proxy(self, input: DbProxy) -> Self
pub fn db_proxy(self, input: DbProxy) -> Self
The data structure representing the details of the DB proxy that you delete.
sourcepub fn set_db_proxy(self, input: Option<DbProxy>) -> Self
pub fn set_db_proxy(self, input: Option<DbProxy>) -> Self
The data structure representing the details of the DB proxy that you delete.
sourcepub fn build(self) -> DeleteDbProxyOutput
pub fn build(self) -> DeleteDbProxyOutput
Consumes the builder and constructs a DeleteDbProxyOutput.
Trait Implementations§
source§impl Clone for DeleteDbProxyOutputBuilder
impl Clone for DeleteDbProxyOutputBuilder
source§fn clone(&self) -> DeleteDbProxyOutputBuilder
fn clone(&self) -> DeleteDbProxyOutputBuilder
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 Debug for DeleteDbProxyOutputBuilder
impl Debug for DeleteDbProxyOutputBuilder
source§impl Default for DeleteDbProxyOutputBuilder
impl Default for DeleteDbProxyOutputBuilder
source§fn default() -> DeleteDbProxyOutputBuilder
fn default() -> DeleteDbProxyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDbProxyOutputBuilder> for DeleteDbProxyOutputBuilder
impl PartialEq<DeleteDbProxyOutputBuilder> for DeleteDbProxyOutputBuilder
source§fn eq(&self, other: &DeleteDbProxyOutputBuilder) -> bool
fn eq(&self, other: &DeleteDbProxyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.