Struct aws_sdk_amp::operation::delete_rule_groups_namespace::builders::DeleteRuleGroupsNamespaceInputBuilder
source · #[non_exhaustive]pub struct DeleteRuleGroupsNamespaceInputBuilder { /* private fields */ }Expand description
A builder for DeleteRuleGroupsNamespaceInput.
Implementations§
source§impl DeleteRuleGroupsNamespaceInputBuilder
impl DeleteRuleGroupsNamespaceInputBuilder
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The ID of the workspace containing the rule groups namespace and definition to delete.
This field is required.sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The ID of the workspace containing the rule groups namespace and definition to delete.
sourcepub fn get_workspace_id(&self) -> &Option<String>
pub fn get_workspace_id(&self) -> &Option<String>
The ID of the workspace containing the rule groups namespace and definition to delete.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the rule groups namespace to delete.
This field is required.sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the rule groups namespace to delete.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
sourcepub fn build(self) -> Result<DeleteRuleGroupsNamespaceInput, BuildError>
pub fn build(self) -> Result<DeleteRuleGroupsNamespaceInput, BuildError>
Consumes the builder and constructs a DeleteRuleGroupsNamespaceInput.
source§impl DeleteRuleGroupsNamespaceInputBuilder
impl DeleteRuleGroupsNamespaceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteRuleGroupsNamespaceOutput, SdkError<DeleteRuleGroupsNamespaceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteRuleGroupsNamespaceOutput, SdkError<DeleteRuleGroupsNamespaceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteRuleGroupsNamespaceInputBuilder
impl Clone for DeleteRuleGroupsNamespaceInputBuilder
source§fn clone(&self) -> DeleteRuleGroupsNamespaceInputBuilder
fn clone(&self) -> DeleteRuleGroupsNamespaceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteRuleGroupsNamespaceInputBuilder
impl Default for DeleteRuleGroupsNamespaceInputBuilder
source§fn default() -> DeleteRuleGroupsNamespaceInputBuilder
fn default() -> DeleteRuleGroupsNamespaceInputBuilder
source§impl PartialEq for DeleteRuleGroupsNamespaceInputBuilder
impl PartialEq for DeleteRuleGroupsNamespaceInputBuilder
source§fn eq(&self, other: &DeleteRuleGroupsNamespaceInputBuilder) -> bool
fn eq(&self, other: &DeleteRuleGroupsNamespaceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.