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