#[non_exhaustive]pub struct BatchUpdatePartitionInput { /* private fields */ }
Implementations§
source§impl BatchUpdatePartitionInput
impl BatchUpdatePartitionInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
The name of the metadata database in which the partition is to be updated.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the metadata table in which the partition is to be updated.
sourcepub fn entries(&self) -> Option<&[BatchUpdatePartitionRequestEntry]>
pub fn entries(&self) -> Option<&[BatchUpdatePartitionRequestEntry]>
A list of up to 100 BatchUpdatePartitionRequestEntry
objects to update.
source§impl BatchUpdatePartitionInput
impl BatchUpdatePartitionInput
sourcepub fn builder() -> BatchUpdatePartitionInputBuilder
pub fn builder() -> BatchUpdatePartitionInputBuilder
Creates a new builder-style object to manufacture BatchUpdatePartitionInput
.
source§impl BatchUpdatePartitionInput
impl BatchUpdatePartitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdatePartition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchUpdatePartition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchUpdatePartition
>
Trait Implementations§
source§impl Clone for BatchUpdatePartitionInput
impl Clone for BatchUpdatePartitionInput
source§fn clone(&self) -> BatchUpdatePartitionInput
fn clone(&self) -> BatchUpdatePartitionInput
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 BatchUpdatePartitionInput
impl Debug for BatchUpdatePartitionInput
source§impl PartialEq<BatchUpdatePartitionInput> for BatchUpdatePartitionInput
impl PartialEq<BatchUpdatePartitionInput> for BatchUpdatePartitionInput
source§fn eq(&self, other: &BatchUpdatePartitionInput) -> bool
fn eq(&self, other: &BatchUpdatePartitionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchUpdatePartitionInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdatePartitionInput
impl Send for BatchUpdatePartitionInput
impl Sync for BatchUpdatePartitionInput
impl Unpin for BatchUpdatePartitionInput
impl UnwindSafe for BatchUpdatePartitionInput
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