#[non_exhaustive]pub struct SetDefaultPolicyVersionOutput { /* private fields */ }
Implementations§
source§impl SetDefaultPolicyVersionOutput
impl SetDefaultPolicyVersionOutput
sourcepub fn builder() -> SetDefaultPolicyVersionOutputBuilder
pub fn builder() -> SetDefaultPolicyVersionOutputBuilder
Creates a new builder-style object to manufacture SetDefaultPolicyVersionOutput
.
Trait Implementations§
source§impl Clone for SetDefaultPolicyVersionOutput
impl Clone for SetDefaultPolicyVersionOutput
source§fn clone(&self) -> SetDefaultPolicyVersionOutput
fn clone(&self) -> SetDefaultPolicyVersionOutput
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<SetDefaultPolicyVersionOutput> for SetDefaultPolicyVersionOutput
impl PartialEq<SetDefaultPolicyVersionOutput> for SetDefaultPolicyVersionOutput
source§fn eq(&self, other: &SetDefaultPolicyVersionOutput) -> bool
fn eq(&self, other: &SetDefaultPolicyVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SetDefaultPolicyVersionOutput
impl RequestId for SetDefaultPolicyVersionOutput
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.