Struct aws_sdk_qconnect::operation::delete_assistant_association::builders::DeleteAssistantAssociationInputBuilder
source · #[non_exhaustive]pub struct DeleteAssistantAssociationInputBuilder { /* private fields */ }Expand description
A builder for DeleteAssistantAssociationInput.
Implementations§
source§impl DeleteAssistantAssociationInputBuilder
impl DeleteAssistantAssociationInputBuilder
sourcepub fn assistant_association_id(self, input: impl Into<String>) -> Self
pub fn assistant_association_id(self, input: impl Into<String>) -> Self
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
This field is required.sourcepub fn set_assistant_association_id(self, input: Option<String>) -> Self
pub fn set_assistant_association_id(self, input: Option<String>) -> Self
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
sourcepub fn get_assistant_association_id(&self) -> &Option<String>
pub fn get_assistant_association_id(&self) -> &Option<String>
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
sourcepub fn assistant_id(self, input: impl Into<String>) -> Self
pub fn assistant_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
This field is required.sourcepub fn set_assistant_id(self, input: Option<String>) -> Self
pub fn set_assistant_id(self, input: Option<String>) -> Self
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
sourcepub fn get_assistant_id(&self) -> &Option<String>
pub fn get_assistant_id(&self) -> &Option<String>
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
sourcepub fn build(self) -> Result<DeleteAssistantAssociationInput, BuildError>
pub fn build(self) -> Result<DeleteAssistantAssociationInput, BuildError>
Consumes the builder and constructs a DeleteAssistantAssociationInput.
source§impl DeleteAssistantAssociationInputBuilder
impl DeleteAssistantAssociationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAssistantAssociationOutput, SdkError<DeleteAssistantAssociationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAssistantAssociationOutput, SdkError<DeleteAssistantAssociationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAssistantAssociationInputBuilder
impl Clone for DeleteAssistantAssociationInputBuilder
source§fn clone(&self) -> DeleteAssistantAssociationInputBuilder
fn clone(&self) -> DeleteAssistantAssociationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteAssistantAssociationInputBuilder
impl Default for DeleteAssistantAssociationInputBuilder
source§fn default() -> DeleteAssistantAssociationInputBuilder
fn default() -> DeleteAssistantAssociationInputBuilder
source§impl PartialEq for DeleteAssistantAssociationInputBuilder
impl PartialEq for DeleteAssistantAssociationInputBuilder
source§fn eq(&self, other: &DeleteAssistantAssociationInputBuilder) -> bool
fn eq(&self, other: &DeleteAssistantAssociationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.