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