@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRetrieverRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRetrieverRequest() |
Modifier and Type | Method and Description |
---|---|
GetRetrieverRequest |
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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
GetRetrieverRequest |
withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
|
GetRetrieverRequest |
withRetrieverId(String retrieverId)
The identifier of the retriever.
|
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 GetRetrieverRequest 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.
retrieverId
- The identifier of the retriever.public String getRetrieverId()
The identifier of the retriever.
public GetRetrieverRequest withRetrieverId(String retrieverId)
The identifier of the retriever.
retrieverId
- The identifier of the retriever.public String toString()
toString
in class Object
Object.toString()
public GetRetrieverRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()