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