Struct aws_sdk_waf::operation::delete_byte_match_set::builders::DeleteByteMatchSetInputBuilder
source · #[non_exhaustive]pub struct DeleteByteMatchSetInputBuilder { /* private fields */ }Expand description
A builder for DeleteByteMatchSetInput.
Implementations§
source§impl DeleteByteMatchSetInputBuilder
impl DeleteByteMatchSetInputBuilder
sourcepub fn byte_match_set_id(self, input: impl Into<String>) -> Self
pub fn byte_match_set_id(self, input: impl Into<String>) -> Self
The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
sourcepub fn set_byte_match_set_id(self, input: Option<String>) -> Self
pub fn set_byte_match_set_id(self, input: Option<String>) -> Self
The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
sourcepub fn get_byte_match_set_id(&self) -> &Option<String>
pub fn get_byte_match_set_id(&self) -> &Option<String>
The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
sourcepub fn change_token(self, input: impl Into<String>) -> Self
pub fn change_token(self, input: impl Into<String>) -> Self
The value returned by the most recent call to GetChangeToken.
sourcepub fn set_change_token(self, input: Option<String>) -> Self
pub fn set_change_token(self, input: Option<String>) -> Self
The value returned by the most recent call to GetChangeToken.
sourcepub fn get_change_token(&self) -> &Option<String>
pub fn get_change_token(&self) -> &Option<String>
The value returned by the most recent call to GetChangeToken.
sourcepub fn build(self) -> Result<DeleteByteMatchSetInput, BuildError>
pub fn build(self) -> Result<DeleteByteMatchSetInput, BuildError>
Consumes the builder and constructs a DeleteByteMatchSetInput.
source§impl DeleteByteMatchSetInputBuilder
impl DeleteByteMatchSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteByteMatchSetOutput, SdkError<DeleteByteMatchSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteByteMatchSetOutput, SdkError<DeleteByteMatchSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteByteMatchSetInputBuilder
impl Clone for DeleteByteMatchSetInputBuilder
source§fn clone(&self) -> DeleteByteMatchSetInputBuilder
fn clone(&self) -> DeleteByteMatchSetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteByteMatchSetInputBuilder
impl Default for DeleteByteMatchSetInputBuilder
source§fn default() -> DeleteByteMatchSetInputBuilder
fn default() -> DeleteByteMatchSetInputBuilder
source§impl PartialEq for DeleteByteMatchSetInputBuilder
impl PartialEq for DeleteByteMatchSetInputBuilder
source§fn eq(&self, other: &DeleteByteMatchSetInputBuilder) -> bool
fn eq(&self, other: &DeleteByteMatchSetInputBuilder) -> bool
self and other values to be equal, and is used
by ==.