Struct aws_sdk_opensearchserverless::operation::batch_get_effective_lifecycle_policy::builders::BatchGetEffectiveLifecyclePolicyInputBuilder
source · #[non_exhaustive]pub struct BatchGetEffectiveLifecyclePolicyInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetEffectiveLifecyclePolicyInput
.
Implementations§
source§impl BatchGetEffectiveLifecyclePolicyInputBuilder
impl BatchGetEffectiveLifecyclePolicyInputBuilder
sourcepub fn resource_identifiers(
self,
input: LifecyclePolicyResourceIdentifier
) -> Self
pub fn resource_identifiers( self, input: LifecyclePolicyResourceIdentifier ) -> Self
Appends an item to resource_identifiers
.
To override the contents of this collection use set_resource_identifiers
.
The unique identifiers of policy types and resource names.
sourcepub fn set_resource_identifiers(
self,
input: Option<Vec<LifecyclePolicyResourceIdentifier>>
) -> Self
pub fn set_resource_identifiers( self, input: Option<Vec<LifecyclePolicyResourceIdentifier>> ) -> Self
The unique identifiers of policy types and resource names.
sourcepub fn get_resource_identifiers(
&self
) -> &Option<Vec<LifecyclePolicyResourceIdentifier>>
pub fn get_resource_identifiers( &self ) -> &Option<Vec<LifecyclePolicyResourceIdentifier>>
The unique identifiers of policy types and resource names.
sourcepub fn build(self) -> Result<BatchGetEffectiveLifecyclePolicyInput, BuildError>
pub fn build(self) -> Result<BatchGetEffectiveLifecyclePolicyInput, BuildError>
Consumes the builder and constructs a BatchGetEffectiveLifecyclePolicyInput
.
source§impl BatchGetEffectiveLifecyclePolicyInputBuilder
impl BatchGetEffectiveLifecyclePolicyInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetEffectiveLifecyclePolicyOutput, SdkError<BatchGetEffectiveLifecyclePolicyError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetEffectiveLifecyclePolicyOutput, SdkError<BatchGetEffectiveLifecyclePolicyError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchGetEffectiveLifecyclePolicyInputBuilder
impl Clone for BatchGetEffectiveLifecyclePolicyInputBuilder
source§fn clone(&self) -> BatchGetEffectiveLifecyclePolicyInputBuilder
fn clone(&self) -> BatchGetEffectiveLifecyclePolicyInputBuilder
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 BatchGetEffectiveLifecyclePolicyInputBuilder
impl Default for BatchGetEffectiveLifecyclePolicyInputBuilder
source§fn default() -> BatchGetEffectiveLifecyclePolicyInputBuilder
fn default() -> BatchGetEffectiveLifecyclePolicyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetEffectiveLifecyclePolicyInputBuilder
impl PartialEq for BatchGetEffectiveLifecyclePolicyInputBuilder
source§fn eq(&self, other: &BatchGetEffectiveLifecyclePolicyInputBuilder) -> bool
fn eq(&self, other: &BatchGetEffectiveLifecyclePolicyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetEffectiveLifecyclePolicyInputBuilder
Auto Trait Implementations§
impl Freeze for BatchGetEffectiveLifecyclePolicyInputBuilder
impl RefUnwindSafe for BatchGetEffectiveLifecyclePolicyInputBuilder
impl Send for BatchGetEffectiveLifecyclePolicyInputBuilder
impl Sync for BatchGetEffectiveLifecyclePolicyInputBuilder
impl Unpin for BatchGetEffectiveLifecyclePolicyInputBuilder
impl UnwindSafe for BatchGetEffectiveLifecyclePolicyInputBuilder
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.