#[non_exhaustive]pub struct GetByteMatchSetOutput { /* private fields */ }Implementations§
source§impl GetByteMatchSetOutput
impl GetByteMatchSetOutput
sourcepub fn byte_match_set(&self) -> Option<&ByteMatchSet>
pub fn 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
source§impl GetByteMatchSetOutput
impl GetByteMatchSetOutput
sourcepub fn builder() -> GetByteMatchSetOutputBuilder
pub fn builder() -> GetByteMatchSetOutputBuilder
Creates a new builder-style object to manufacture GetByteMatchSetOutput.
Trait Implementations§
source§impl Clone for GetByteMatchSetOutput
impl Clone for GetByteMatchSetOutput
source§fn clone(&self) -> GetByteMatchSetOutput
fn clone(&self) -> GetByteMatchSetOutput
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 GetByteMatchSetOutput
impl Debug for GetByteMatchSetOutput
source§impl PartialEq<GetByteMatchSetOutput> for GetByteMatchSetOutput
impl PartialEq<GetByteMatchSetOutput> for GetByteMatchSetOutput
source§fn eq(&self, other: &GetByteMatchSetOutput) -> bool
fn eq(&self, other: &GetByteMatchSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetByteMatchSetOutput
impl RequestId for GetByteMatchSetOutput
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.