@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssistantAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAssistantAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAssistantAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssistantAssociationId()
The identifier of the assistant association.
|
String |
getAssistantId()
The identifier of the Amazon Q assistant.
|
int |
hashCode() |
void |
setAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
|
void |
setAssistantId(String assistantId)
The identifier of the Amazon Q assistant.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAssistantAssociationRequest |
withAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
|
DeleteAssistantAssociationRequest |
withAssistantId(String assistantId)
The identifier of the Amazon Q assistant.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantAssociationId
- The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getAssistantAssociationId()
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
public DeleteAssistantAssociationRequest withAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantAssociationId
- The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.public void setAssistantId(String assistantId)
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId
- The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getAssistantId()
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
public DeleteAssistantAssociationRequest withAssistantId(String assistantId)
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId
- The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.public String toString()
toString
in class Object
Object.toString()
public DeleteAssistantAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()