Struct aws_sdk_directory::operation::delete_log_subscription::builders::DeleteLogSubscriptionOutputBuilder
source · #[non_exhaustive]pub struct DeleteLogSubscriptionOutputBuilder { /* private fields */ }Expand description
A builder for DeleteLogSubscriptionOutput.
Implementations§
source§impl DeleteLogSubscriptionOutputBuilder
impl DeleteLogSubscriptionOutputBuilder
sourcepub fn build(self) -> DeleteLogSubscriptionOutput
pub fn build(self) -> DeleteLogSubscriptionOutput
Consumes the builder and constructs a DeleteLogSubscriptionOutput.
Trait Implementations§
source§impl Clone for DeleteLogSubscriptionOutputBuilder
impl Clone for DeleteLogSubscriptionOutputBuilder
source§fn clone(&self) -> DeleteLogSubscriptionOutputBuilder
fn clone(&self) -> DeleteLogSubscriptionOutputBuilder
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 DeleteLogSubscriptionOutputBuilder
impl Default for DeleteLogSubscriptionOutputBuilder
source§fn default() -> DeleteLogSubscriptionOutputBuilder
fn default() -> DeleteLogSubscriptionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteLogSubscriptionOutputBuilder> for DeleteLogSubscriptionOutputBuilder
impl PartialEq<DeleteLogSubscriptionOutputBuilder> for DeleteLogSubscriptionOutputBuilder
source§fn eq(&self, other: &DeleteLogSubscriptionOutputBuilder) -> bool
fn eq(&self, other: &DeleteLogSubscriptionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.