#[non_exhaustive]pub struct GetByteMatchSetOutputBuilder { /* private fields */ }Expand description
A builder for GetByteMatchSetOutput.
Implementations§
source§impl GetByteMatchSetOutputBuilder
impl GetByteMatchSetOutputBuilder
sourcepub fn byte_match_set(self, input: ByteMatchSet) -> Self
pub fn byte_match_set(self, input: ByteMatchSet) -> Self
Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:
-
ByteMatchSet: ContainsByteMatchSetId,ByteMatchTuples, andName -
ByteMatchTuples: Contains an array ofByteMatchTupleobjects. EachByteMatchTupleobject containsFieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: ContainsDataandType
sourcepub fn set_byte_match_set(self, input: Option<ByteMatchSet>) -> Self
pub fn set_byte_match_set(self, input: Option<ByteMatchSet>) -> Self
Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:
-
ByteMatchSet: ContainsByteMatchSetId,ByteMatchTuples, andName -
ByteMatchTuples: Contains an array ofByteMatchTupleobjects. EachByteMatchTupleobject containsFieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: ContainsDataandType
sourcepub fn get_byte_match_set(&self) -> &Option<ByteMatchSet>
pub fn get_byte_match_set(&self) -> &Option<ByteMatchSet>
Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:
-
ByteMatchSet: ContainsByteMatchSetId,ByteMatchTuples, andName -
ByteMatchTuples: Contains an array ofByteMatchTupleobjects. EachByteMatchTupleobject containsFieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: ContainsDataandType
sourcepub fn build(self) -> GetByteMatchSetOutput
pub fn build(self) -> GetByteMatchSetOutput
Consumes the builder and constructs a GetByteMatchSetOutput.
Trait Implementations§
source§impl Clone for GetByteMatchSetOutputBuilder
impl Clone for GetByteMatchSetOutputBuilder
source§fn clone(&self) -> GetByteMatchSetOutputBuilder
fn clone(&self) -> GetByteMatchSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetByteMatchSetOutputBuilder
impl Debug for GetByteMatchSetOutputBuilder
source§impl Default for GetByteMatchSetOutputBuilder
impl Default for GetByteMatchSetOutputBuilder
source§fn default() -> GetByteMatchSetOutputBuilder
fn default() -> GetByteMatchSetOutputBuilder
source§impl PartialEq<GetByteMatchSetOutputBuilder> for GetByteMatchSetOutputBuilder
impl PartialEq<GetByteMatchSetOutputBuilder> for GetByteMatchSetOutputBuilder
source§fn eq(&self, other: &GetByteMatchSetOutputBuilder) -> bool
fn eq(&self, other: &GetByteMatchSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.