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