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