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