@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRetrieverRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRetrieverRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRetrieverRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the Amazon Q Business application using the retriever.
|
String |
getRetrieverId()
The identifier of the retriever being deleted.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
|
void |
setRetrieverId(String retrieverId)
The identifier of the retriever being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRetrieverRequest |
withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
|
DeleteRetrieverRequest |
withRetrieverId(String retrieverId)
The identifier of the retriever being deleted.
|
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 setApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
applicationId
- The identifier of the Amazon Q Business application using the retriever.public String getApplicationId()
The identifier of the Amazon Q Business application using the retriever.
public DeleteRetrieverRequest withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
applicationId
- The identifier of the Amazon Q Business application using the retriever.public void setRetrieverId(String retrieverId)
The identifier of the retriever being deleted.
retrieverId
- The identifier of the retriever being deleted.public String getRetrieverId()
The identifier of the retriever being deleted.
public DeleteRetrieverRequest withRetrieverId(String retrieverId)
The identifier of the retriever being deleted.
retrieverId
- The identifier of the retriever being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteRetrieverRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.