#[non_exhaustive]pub struct PutAccessPointPolicyOutput { /* private fields */ }
Implementations§
source§impl PutAccessPointPolicyOutput
impl PutAccessPointPolicyOutput
sourcepub fn builder() -> PutAccessPointPolicyOutputBuilder
pub fn builder() -> PutAccessPointPolicyOutputBuilder
Creates a new builder-style object to manufacture PutAccessPointPolicyOutput
.
Trait Implementations§
source§impl Clone for PutAccessPointPolicyOutput
impl Clone for PutAccessPointPolicyOutput
source§fn clone(&self) -> PutAccessPointPolicyOutput
fn clone(&self) -> PutAccessPointPolicyOutput
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 PutAccessPointPolicyOutput
impl Debug for PutAccessPointPolicyOutput
source§impl PartialEq<PutAccessPointPolicyOutput> for PutAccessPointPolicyOutput
impl PartialEq<PutAccessPointPolicyOutput> for PutAccessPointPolicyOutput
source§fn eq(&self, other: &PutAccessPointPolicyOutput) -> bool
fn eq(&self, other: &PutAccessPointPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutAccessPointPolicyOutput
impl RequestId for PutAccessPointPolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.