Struct aws_sdk_waf::operation::delete_size_constraint_set::builders::DeleteSizeConstraintSetInputBuilder
source · #[non_exhaustive]pub struct DeleteSizeConstraintSetInputBuilder { /* private fields */ }Expand description
A builder for DeleteSizeConstraintSetInput.
Implementations§
source§impl DeleteSizeConstraintSetInputBuilder
impl DeleteSizeConstraintSetInputBuilder
sourcepub fn size_constraint_set_id(self, input: impl Into<String>) -> Self
pub fn size_constraint_set_id(self, input: impl Into<String>) -> Self
The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
sourcepub fn set_size_constraint_set_id(self, input: Option<String>) -> Self
pub fn set_size_constraint_set_id(self, input: Option<String>) -> Self
The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
sourcepub fn get_size_constraint_set_id(&self) -> &Option<String>
pub fn get_size_constraint_set_id(&self) -> &Option<String>
The SizeConstraintSetId of the SizeConstraintSet that you want to delete. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
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<DeleteSizeConstraintSetInput, BuildError>
pub fn build(self) -> Result<DeleteSizeConstraintSetInput, BuildError>
Consumes the builder and constructs a DeleteSizeConstraintSetInput.
source§impl DeleteSizeConstraintSetInputBuilder
impl DeleteSizeConstraintSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteSizeConstraintSetOutput, SdkError<DeleteSizeConstraintSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteSizeConstraintSetOutput, SdkError<DeleteSizeConstraintSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteSizeConstraintSetInputBuilder
impl Clone for DeleteSizeConstraintSetInputBuilder
source§fn clone(&self) -> DeleteSizeConstraintSetInputBuilder
fn clone(&self) -> DeleteSizeConstraintSetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteSizeConstraintSetInputBuilder
impl Default for DeleteSizeConstraintSetInputBuilder
source§fn default() -> DeleteSizeConstraintSetInputBuilder
fn default() -> DeleteSizeConstraintSetInputBuilder
source§impl PartialEq<DeleteSizeConstraintSetInputBuilder> for DeleteSizeConstraintSetInputBuilder
impl PartialEq<DeleteSizeConstraintSetInputBuilder> for DeleteSizeConstraintSetInputBuilder
source§fn eq(&self, other: &DeleteSizeConstraintSetInputBuilder) -> bool
fn eq(&self, other: &DeleteSizeConstraintSetInputBuilder) -> bool
self and other values to be equal, and is used
by ==.