#[non_exhaustive]pub struct BatchUpdatePartitionRequestEntry { /* private fields */ }Expand description
A structure that contains the values and structure used to update a partition.
Implementations§
source§impl BatchUpdatePartitionRequestEntry
impl BatchUpdatePartitionRequestEntry
sourcepub fn partition_value_list(&self) -> Option<&[String]>
pub fn partition_value_list(&self) -> Option<&[String]>
A list of values defining the partitions.
sourcepub fn partition_input(&self) -> Option<&PartitionInput>
pub fn partition_input(&self) -> Option<&PartitionInput>
The structure used to update a partition.
source§impl BatchUpdatePartitionRequestEntry
impl BatchUpdatePartitionRequestEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdatePartitionRequestEntry.
Trait Implementations§
source§impl Clone for BatchUpdatePartitionRequestEntry
impl Clone for BatchUpdatePartitionRequestEntry
source§fn clone(&self) -> BatchUpdatePartitionRequestEntry
fn clone(&self) -> BatchUpdatePartitionRequestEntry
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 PartialEq<BatchUpdatePartitionRequestEntry> for BatchUpdatePartitionRequestEntry
impl PartialEq<BatchUpdatePartitionRequestEntry> for BatchUpdatePartitionRequestEntry
source§fn eq(&self, other: &BatchUpdatePartitionRequestEntry) -> bool
fn eq(&self, other: &BatchUpdatePartitionRequestEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.