#[non_exhaustive]pub struct DeleteSizeConstraintSetOutput { /* private fields */ }Implementations§
source§impl DeleteSizeConstraintSetOutput
impl DeleteSizeConstraintSetOutput
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The ChangeToken that you used to submit the DeleteSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
source§impl DeleteSizeConstraintSetOutput
impl DeleteSizeConstraintSetOutput
sourcepub fn builder() -> DeleteSizeConstraintSetOutputBuilder
pub fn builder() -> DeleteSizeConstraintSetOutputBuilder
Creates a new builder-style object to manufacture DeleteSizeConstraintSetOutput.
Trait Implementations§
source§impl Clone for DeleteSizeConstraintSetOutput
impl Clone for DeleteSizeConstraintSetOutput
source§fn clone(&self) -> DeleteSizeConstraintSetOutput
fn clone(&self) -> DeleteSizeConstraintSetOutput
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<DeleteSizeConstraintSetOutput> for DeleteSizeConstraintSetOutput
impl PartialEq<DeleteSizeConstraintSetOutput> for DeleteSizeConstraintSetOutput
source§fn eq(&self, other: &DeleteSizeConstraintSetOutput) -> bool
fn eq(&self, other: &DeleteSizeConstraintSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteSizeConstraintSetOutput
impl RequestId for DeleteSizeConstraintSetOutput
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.