#[non_exhaustive]pub struct PutMultiRegionAccessPointPolicyInput { /* private fields */ }Implementations§
source§impl PutMultiRegionAccessPointPolicyInput
impl PutMultiRegionAccessPointPolicyInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutMultiRegionAccessPointPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutMultiRegionAccessPointPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutMultiRegionAccessPointPolicy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutMultiRegionAccessPointPolicyInput.
source§impl PutMultiRegionAccessPointPolicyInput
impl PutMultiRegionAccessPointPolicyInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
An idempotency token used to identify the request and guarantee that requests are unique.
sourcepub fn details(&self) -> Option<&PutMultiRegionAccessPointPolicyInput>
pub fn details(&self) -> Option<&PutMultiRegionAccessPointPolicyInput>
A container element containing the details of the policy for the Multi-Region Access Point.
Trait Implementations§
source§impl Clone for PutMultiRegionAccessPointPolicyInput
impl Clone for PutMultiRegionAccessPointPolicyInput
source§fn clone(&self) -> PutMultiRegionAccessPointPolicyInput
fn clone(&self) -> PutMultiRegionAccessPointPolicyInput
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<PutMultiRegionAccessPointPolicyInput> for PutMultiRegionAccessPointPolicyInput
impl PartialEq<PutMultiRegionAccessPointPolicyInput> for PutMultiRegionAccessPointPolicyInput
source§fn eq(&self, other: &PutMultiRegionAccessPointPolicyInput) -> bool
fn eq(&self, other: &PutMultiRegionAccessPointPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.