@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLibraryItemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteLibraryItemRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLibraryItemRequest |
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 delete.
|
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 delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLibraryItemRequest |
withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
DeleteLibraryItemRequest |
withLibraryItemId(String libraryItemId)
The unique identifier of the library item to delete.
|
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 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 DeleteLibraryItemRequest 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 delete.
libraryItemId - The unique identifier of the library item to delete.public String getLibraryItemId()
The unique identifier of the library item to delete.
public DeleteLibraryItemRequest withLibraryItemId(String libraryItemId)
The unique identifier of the library item to delete.
libraryItemId - The unique identifier of the library item to delete.public String toString()
toString in class ObjectObject.toString()public DeleteLibraryItemRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()