Struct aws_sdk_amp::input::PutRuleGroupsNamespaceInput
source · #[non_exhaustive]pub struct PutRuleGroupsNamespaceInput { /* private fields */ }
Expand description
Represents the input of a PutRuleGroupsNamespace operation.
Implementations§
source§impl PutRuleGroupsNamespaceInput
impl PutRuleGroupsNamespaceInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutRuleGroupsNamespace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutRuleGroupsNamespace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutRuleGroupsNamespace
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutRuleGroupsNamespaceInput
.
source§impl PutRuleGroupsNamespaceInput
impl PutRuleGroupsNamespaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace in which to update the rule group namespace.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Trait Implementations§
source§impl Clone for PutRuleGroupsNamespaceInput
impl Clone for PutRuleGroupsNamespaceInput
source§fn clone(&self) -> PutRuleGroupsNamespaceInput
fn clone(&self) -> PutRuleGroupsNamespaceInput
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 PutRuleGroupsNamespaceInput
impl Debug for PutRuleGroupsNamespaceInput
source§impl PartialEq<PutRuleGroupsNamespaceInput> for PutRuleGroupsNamespaceInput
impl PartialEq<PutRuleGroupsNamespaceInput> for PutRuleGroupsNamespaceInput
source§fn eq(&self, other: &PutRuleGroupsNamespaceInput) -> bool
fn eq(&self, other: &PutRuleGroupsNamespaceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.