#[non_exhaustive]pub struct GetSizeConstraintSetOutput { /* private fields */ }Implementations§
source§impl GetSizeConstraintSetOutput
impl GetSizeConstraintSetOutput
sourcepub fn size_constraint_set(&self) -> Option<&SizeConstraintSet>
pub fn size_constraint_set(&self) -> Option<&SizeConstraintSet>
Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics:
-
SizeConstraintSet: ContainsSizeConstraintSetId,SizeConstraints, andName -
SizeConstraints: Contains an array ofSizeConstraintobjects. EachSizeConstraintobject containsFieldToMatch,TextTransformation,ComparisonOperator, andSize -
FieldToMatch: ContainsDataandType
source§impl GetSizeConstraintSetOutput
impl GetSizeConstraintSetOutput
sourcepub fn builder() -> GetSizeConstraintSetOutputBuilder
pub fn builder() -> GetSizeConstraintSetOutputBuilder
Creates a new builder-style object to manufacture GetSizeConstraintSetOutput.
Trait Implementations§
source§impl Clone for GetSizeConstraintSetOutput
impl Clone for GetSizeConstraintSetOutput
source§fn clone(&self) -> GetSizeConstraintSetOutput
fn clone(&self) -> GetSizeConstraintSetOutput
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 GetSizeConstraintSetOutput
impl Debug for GetSizeConstraintSetOutput
source§impl PartialEq<GetSizeConstraintSetOutput> for GetSizeConstraintSetOutput
impl PartialEq<GetSizeConstraintSetOutput> for GetSizeConstraintSetOutput
source§fn eq(&self, other: &GetSizeConstraintSetOutput) -> bool
fn eq(&self, other: &GetSizeConstraintSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSizeConstraintSetOutput
impl RequestId for GetSizeConstraintSetOutput
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.