#[non_exhaustive]pub struct ResetServiceSettingOutput { /* private fields */ }Expand description
The result body of the ResetServiceSetting API operation.
Implementations§
source§impl ResetServiceSettingOutput
impl ResetServiceSettingOutput
sourcepub fn service_setting(&self) -> Option<&ServiceSetting>
pub fn service_setting(&self) -> Option<&ServiceSetting>
The current, effective service setting after calling the ResetServiceSetting API operation.
source§impl ResetServiceSettingOutput
impl ResetServiceSettingOutput
sourcepub fn builder() -> ResetServiceSettingOutputBuilder
pub fn builder() -> ResetServiceSettingOutputBuilder
Creates a new builder-style object to manufacture ResetServiceSettingOutput.
Trait Implementations§
source§impl Clone for ResetServiceSettingOutput
impl Clone for ResetServiceSettingOutput
source§fn clone(&self) -> ResetServiceSettingOutput
fn clone(&self) -> ResetServiceSettingOutput
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 ResetServiceSettingOutput
impl Debug for ResetServiceSettingOutput
source§impl PartialEq<ResetServiceSettingOutput> for ResetServiceSettingOutput
impl PartialEq<ResetServiceSettingOutput> for ResetServiceSettingOutput
source§fn eq(&self, other: &ResetServiceSettingOutput) -> bool
fn eq(&self, other: &ResetServiceSettingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ResetServiceSettingOutput
impl RequestId for ResetServiceSettingOutput
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.