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