#[non_exhaustive]pub struct GetProfileOutput { /* private fields */ }
Expand description
The structure representing the getProfileResponse.
Implementations§
source§impl GetProfileOutput
impl GetProfileOutput
sourcepub fn content_type(&self) -> Option<&str>
pub fn content_type(&self) -> Option<&str>
The content type of the profile in the payload. It is either application/json
or the default application/x-amzn-ion
.
sourcepub fn content_encoding(&self) -> Option<&str>
pub fn content_encoding(&self) -> Option<&str>
The content encoding of the profile.
source§impl GetProfileOutput
impl GetProfileOutput
sourcepub fn builder() -> GetProfileOutputBuilder
pub fn builder() -> GetProfileOutputBuilder
Creates a new builder-style object to manufacture GetProfileOutput
.
Trait Implementations§
source§impl Clone for GetProfileOutput
impl Clone for GetProfileOutput
source§fn clone(&self) -> GetProfileOutput
fn clone(&self) -> GetProfileOutput
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 GetProfileOutput
impl Debug for GetProfileOutput
source§impl PartialEq<GetProfileOutput> for GetProfileOutput
impl PartialEq<GetProfileOutput> for GetProfileOutput
source§fn eq(&self, other: &GetProfileOutput) -> bool
fn eq(&self, other: &GetProfileOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetProfileOutput
impl RequestId for GetProfileOutput
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.