Struct aws_sdk_rds::operation::delete_tenant_database::builders::DeleteTenantDatabaseOutputBuilder
source · #[non_exhaustive]pub struct DeleteTenantDatabaseOutputBuilder { /* private fields */ }Expand description
A builder for DeleteTenantDatabaseOutput.
Implementations§
source§impl DeleteTenantDatabaseOutputBuilder
impl DeleteTenantDatabaseOutputBuilder
sourcepub fn tenant_database(self, input: TenantDatabase) -> Self
pub fn tenant_database(self, input: TenantDatabase) -> Self
A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.
sourcepub fn set_tenant_database(self, input: Option<TenantDatabase>) -> Self
pub fn set_tenant_database(self, input: Option<TenantDatabase>) -> Self
A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.
sourcepub fn get_tenant_database(&self) -> &Option<TenantDatabase>
pub fn get_tenant_database(&self) -> &Option<TenantDatabase>
A tenant database in the DB instance. This data type is an element in the response to the DescribeTenantDatabases action.
sourcepub fn build(self) -> DeleteTenantDatabaseOutput
pub fn build(self) -> DeleteTenantDatabaseOutput
Consumes the builder and constructs a DeleteTenantDatabaseOutput.
Trait Implementations§
source§impl Clone for DeleteTenantDatabaseOutputBuilder
impl Clone for DeleteTenantDatabaseOutputBuilder
source§fn clone(&self) -> DeleteTenantDatabaseOutputBuilder
fn clone(&self) -> DeleteTenantDatabaseOutputBuilder
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 DeleteTenantDatabaseOutputBuilder
impl Default for DeleteTenantDatabaseOutputBuilder
source§fn default() -> DeleteTenantDatabaseOutputBuilder
fn default() -> DeleteTenantDatabaseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteTenantDatabaseOutputBuilder
impl PartialEq for DeleteTenantDatabaseOutputBuilder
source§fn eq(&self, other: &DeleteTenantDatabaseOutputBuilder) -> bool
fn eq(&self, other: &DeleteTenantDatabaseOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteTenantDatabaseOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteTenantDatabaseOutputBuilder
impl RefUnwindSafe for DeleteTenantDatabaseOutputBuilder
impl Send for DeleteTenantDatabaseOutputBuilder
impl Sync for DeleteTenantDatabaseOutputBuilder
impl Unpin for DeleteTenantDatabaseOutputBuilder
impl UnwindSafe for DeleteTenantDatabaseOutputBuilder
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.