#[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 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<GetPartitionOutputBuilder> for GetPartitionOutputBuilder
impl PartialEq<GetPartitionOutputBuilder> 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 ==.