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