#[non_exhaustive]pub struct CreateByteMatchSetOutput { /* private fields */ }Implementations§
source§impl CreateByteMatchSetOutput
 
impl CreateByteMatchSetOutput
sourcepub fn byte_match_set(&self) -> Option<&ByteMatchSet>
 
pub fn byte_match_set(&self) -> Option<&ByteMatchSet>
A ByteMatchSet that contains no ByteMatchTuple objects.
sourcepub fn change_token(&self) -> Option<&str>
 
pub fn change_token(&self) -> Option<&str>
The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
source§impl CreateByteMatchSetOutput
 
impl CreateByteMatchSetOutput
sourcepub fn builder() -> CreateByteMatchSetOutputBuilder
 
pub fn builder() -> CreateByteMatchSetOutputBuilder
Creates a new builder-style object to manufacture CreateByteMatchSetOutput.
Trait Implementations§
source§impl Clone for CreateByteMatchSetOutput
 
impl Clone for CreateByteMatchSetOutput
source§fn clone(&self) -> CreateByteMatchSetOutput
 
fn clone(&self) -> CreateByteMatchSetOutput
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 CreateByteMatchSetOutput
 
impl Debug for CreateByteMatchSetOutput
source§impl PartialEq<CreateByteMatchSetOutput> for CreateByteMatchSetOutput
 
impl PartialEq<CreateByteMatchSetOutput> for CreateByteMatchSetOutput
source§fn eq(&self, other: &CreateByteMatchSetOutput) -> bool
 
fn eq(&self, other: &CreateByteMatchSetOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateByteMatchSetOutput
 
impl RequestId for CreateByteMatchSetOutput
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.