#[non_exhaustive]pub struct GetSizeConstraintSetInput { /* private fields */ }Implementations§
source§impl GetSizeConstraintSetInput
impl GetSizeConstraintSetInput
sourcepub fn size_constraint_set_id(&self) -> Option<&str>
pub fn size_constraint_set_id(&self) -> Option<&str>
The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
source§impl GetSizeConstraintSetInput
impl GetSizeConstraintSetInput
sourcepub fn builder() -> GetSizeConstraintSetInputBuilder
pub fn builder() -> GetSizeConstraintSetInputBuilder
Creates a new builder-style object to manufacture GetSizeConstraintSetInput.
source§impl GetSizeConstraintSetInput
impl GetSizeConstraintSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSizeConstraintSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSizeConstraintSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSizeConstraintSet>
Trait Implementations§
source§impl Clone for GetSizeConstraintSetInput
impl Clone for GetSizeConstraintSetInput
source§fn clone(&self) -> GetSizeConstraintSetInput
fn clone(&self) -> GetSizeConstraintSetInput
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 GetSizeConstraintSetInput
impl Debug for GetSizeConstraintSetInput
source§impl PartialEq<GetSizeConstraintSetInput> for GetSizeConstraintSetInput
impl PartialEq<GetSizeConstraintSetInput> for GetSizeConstraintSetInput
source§fn eq(&self, other: &GetSizeConstraintSetInput) -> bool
fn eq(&self, other: &GetSizeConstraintSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSizeConstraintSetInput
Auto Trait Implementations§
impl RefUnwindSafe for GetSizeConstraintSetInput
impl Send for GetSizeConstraintSetInput
impl Sync for GetSizeConstraintSetInput
impl Unpin for GetSizeConstraintSetInput
impl UnwindSafe for GetSizeConstraintSetInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more