#[non_exhaustive]pub struct GetPartitionOutputBuilder { /* private fields */ }
Expand description
A builder for GetPartitionOutput
.
Implementations§
source§impl GetPartitionOutputBuilder
impl GetPartitionOutputBuilder
sourcepub fn partition(self, input: Partition) -> Self
pub fn partition(self, input: Partition) -> Self
The requested information, in the form of a Partition
object.
sourcepub fn set_partition(self, input: Option<Partition>) -> Self
pub fn set_partition(self, input: Option<Partition>) -> Self
The requested information, in the form of a Partition
object.
sourcepub fn get_partition(&self) -> &Option<Partition>
pub fn get_partition(&self) -> &Option<Partition>
The requested information, in the form of a Partition
object.
sourcepub fn build(self) -> GetPartitionOutput
pub fn build(self) -> GetPartitionOutput
Consumes the builder and constructs a GetPartitionOutput
.
Trait Implementations§
source§impl Clone for GetPartitionOutputBuilder
impl Clone for GetPartitionOutputBuilder
source§fn clone(&self) -> GetPartitionOutputBuilder
fn clone(&self) -> GetPartitionOutputBuilder
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 Debug for GetPartitionOutputBuilder
impl Debug for GetPartitionOutputBuilder
source§impl Default for GetPartitionOutputBuilder
impl Default for GetPartitionOutputBuilder
source§fn default() -> GetPartitionOutputBuilder
fn default() -> GetPartitionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetPartitionOutputBuilder
impl PartialEq for GetPartitionOutputBuilder
source§fn eq(&self, other: &GetPartitionOutputBuilder) -> bool
fn eq(&self, other: &GetPartitionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetPartitionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPartitionOutputBuilder
impl Send for GetPartitionOutputBuilder
impl Sync for GetPartitionOutputBuilder
impl Unpin for GetPartitionOutputBuilder
impl UnwindSafe for GetPartitionOutputBuilder
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.