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