Struct aws_sdk_waf::operation::get_size_constraint_set::builders::GetSizeConstraintSetOutputBuilder
source · #[non_exhaustive]pub struct GetSizeConstraintSetOutputBuilder { /* private fields */ }Expand description
A builder for GetSizeConstraintSetOutput.
Implementations§
source§impl GetSizeConstraintSetOutputBuilder
impl GetSizeConstraintSetOutputBuilder
sourcepub fn size_constraint_set(self, input: SizeConstraintSet) -> Self
pub fn size_constraint_set(self, input: SizeConstraintSet) -> Self
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
sourcepub fn set_size_constraint_set(self, input: Option<SizeConstraintSet>) -> Self
pub fn set_size_constraint_set(self, input: Option<SizeConstraintSet>) -> Self
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
sourcepub fn get_size_constraint_set(&self) -> &Option<SizeConstraintSet>
pub fn get_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
sourcepub fn build(self) -> GetSizeConstraintSetOutput
pub fn build(self) -> GetSizeConstraintSetOutput
Consumes the builder and constructs a GetSizeConstraintSetOutput.
Trait Implementations§
source§impl Clone for GetSizeConstraintSetOutputBuilder
impl Clone for GetSizeConstraintSetOutputBuilder
source§fn clone(&self) -> GetSizeConstraintSetOutputBuilder
fn clone(&self) -> GetSizeConstraintSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSizeConstraintSetOutputBuilder
impl Default for GetSizeConstraintSetOutputBuilder
source§fn default() -> GetSizeConstraintSetOutputBuilder
fn default() -> GetSizeConstraintSetOutputBuilder
source§impl PartialEq<GetSizeConstraintSetOutputBuilder> for GetSizeConstraintSetOutputBuilder
impl PartialEq<GetSizeConstraintSetOutputBuilder> for GetSizeConstraintSetOutputBuilder
source§fn eq(&self, other: &GetSizeConstraintSetOutputBuilder) -> bool
fn eq(&self, other: &GetSizeConstraintSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.