@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateLibraryItemReviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateLibraryItemReviewRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateLibraryItemReviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
|
String |
getLibraryItemId()
The unique identifier of the library item to remove the review from.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
void |
setLibraryItemId(String libraryItemId)
The unique identifier of the library item to remove the review from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateLibraryItemReviewRequest |
withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
DisassociateLibraryItemReviewRequest |
withLibraryItemId(String libraryItemId)
The unique identifier of the library item to remove the review from.
|
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, withSdkRequestTimeoutpublic DisassociateLibraryItemReviewRequest()
public void setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId - The unique identifier of the Amazon Q Business application environment instance.public String getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
public DisassociateLibraryItemReviewRequest withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId - The unique identifier of the Amazon Q Business application environment instance.public void setLibraryItemId(String libraryItemId)
The unique identifier of the library item to remove the review from.
libraryItemId - The unique identifier of the library item to remove the review from.public String getLibraryItemId()
The unique identifier of the library item to remove the review from.
public DisassociateLibraryItemReviewRequest withLibraryItemId(String libraryItemId)
The unique identifier of the library item to remove the review from.
libraryItemId - The unique identifier of the library item to remove the review from.public String toString()
toString in class ObjectObject.toString()public DisassociateLibraryItemReviewRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()