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 for GetSizeConstraintSetOutputBuilder
 
impl PartialEq 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 ==.impl StructuralPartialEq for GetSizeConstraintSetOutputBuilder
Auto Trait Implementations§
impl Freeze for GetSizeConstraintSetOutputBuilder
impl RefUnwindSafe for GetSizeConstraintSetOutputBuilder
impl Send for GetSizeConstraintSetOutputBuilder
impl Sync for GetSizeConstraintSetOutputBuilder
impl Unpin for GetSizeConstraintSetOutputBuilder
impl UnwindSafe for GetSizeConstraintSetOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more