#[non_exhaustive]pub struct MultiRegionAccessPointPolicyDocumentBuilder { /* private fields */ }
Expand description
A builder for MultiRegionAccessPointPolicyDocument
.
Implementations§
source§impl MultiRegionAccessPointPolicyDocumentBuilder
impl MultiRegionAccessPointPolicyDocumentBuilder
sourcepub fn established(self, input: EstablishedMultiRegionAccessPointPolicy) -> Self
pub fn established(self, input: EstablishedMultiRegionAccessPointPolicy) -> Self
The last established policy for the Multi-Region Access Point.
sourcepub fn set_established(
self,
input: Option<EstablishedMultiRegionAccessPointPolicy>
) -> Self
pub fn set_established( self, input: Option<EstablishedMultiRegionAccessPointPolicy> ) -> Self
The last established policy for the Multi-Region Access Point.
sourcepub fn get_established(
&self
) -> &Option<EstablishedMultiRegionAccessPointPolicy>
pub fn get_established( &self ) -> &Option<EstablishedMultiRegionAccessPointPolicy>
The last established policy for the Multi-Region Access Point.
sourcepub fn proposed(self, input: ProposedMultiRegionAccessPointPolicy) -> Self
pub fn proposed(self, input: ProposedMultiRegionAccessPointPolicy) -> Self
The proposed policy for the Multi-Region Access Point.
sourcepub fn set_proposed(
self,
input: Option<ProposedMultiRegionAccessPointPolicy>
) -> Self
pub fn set_proposed( self, input: Option<ProposedMultiRegionAccessPointPolicy> ) -> Self
The proposed policy for the Multi-Region Access Point.
sourcepub fn get_proposed(&self) -> &Option<ProposedMultiRegionAccessPointPolicy>
pub fn get_proposed(&self) -> &Option<ProposedMultiRegionAccessPointPolicy>
The proposed policy for the Multi-Region Access Point.
sourcepub fn build(self) -> MultiRegionAccessPointPolicyDocument
pub fn build(self) -> MultiRegionAccessPointPolicyDocument
Consumes the builder and constructs a MultiRegionAccessPointPolicyDocument
.
Trait Implementations§
source§impl Clone for MultiRegionAccessPointPolicyDocumentBuilder
impl Clone for MultiRegionAccessPointPolicyDocumentBuilder
source§fn clone(&self) -> MultiRegionAccessPointPolicyDocumentBuilder
fn clone(&self) -> MultiRegionAccessPointPolicyDocumentBuilder
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 MultiRegionAccessPointPolicyDocumentBuilder
impl Default for MultiRegionAccessPointPolicyDocumentBuilder
source§fn default() -> MultiRegionAccessPointPolicyDocumentBuilder
fn default() -> MultiRegionAccessPointPolicyDocumentBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MultiRegionAccessPointPolicyDocumentBuilder
impl PartialEq for MultiRegionAccessPointPolicyDocumentBuilder
source§fn eq(&self, other: &MultiRegionAccessPointPolicyDocumentBuilder) -> bool
fn eq(&self, other: &MultiRegionAccessPointPolicyDocumentBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MultiRegionAccessPointPolicyDocumentBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MultiRegionAccessPointPolicyDocumentBuilder
impl Send for MultiRegionAccessPointPolicyDocumentBuilder
impl Sync for MultiRegionAccessPointPolicyDocumentBuilder
impl Unpin for MultiRegionAccessPointPolicyDocumentBuilder
impl UnwindSafe for MultiRegionAccessPointPolicyDocumentBuilder
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.