@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisionedModelThroughputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListProvisionedModelThroughputsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Return provisioned capacities created after the specified time.
|
Date |
getCreationTimeBefore()
Return provisioned capacities created before the specified time.
|
Integer |
getMaxResults()
THe maximum number of results to return in the response.
|
String |
getModelArnEquals()
Return the list of provisioned capacities where their model ARN is equal to this parameter.
|
String |
getNameContains()
Return the list of provisioned capacities if their name contains these characters.
|
String |
getNextToken()
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
String |
getSortBy()
The field to sort by in the returned list of provisioned capacities.
|
String |
getSortOrder()
The sort order of the results.
|
String |
getStatusEquals()
Return the list of provisioned capacities that match the specified status.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Return provisioned capacities created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Return provisioned capacities created before the specified time.
|
void |
setMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
|
void |
setModelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
|
void |
setNameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
|
void |
setNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
void |
setSortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
|
void |
setSortOrder(String sortOrder)
The sort order of the results.
|
void |
setStatusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisionedModelThroughputsRequest |
withCreationTimeAfter(Date creationTimeAfter)
Return provisioned capacities created after the specified time.
|
ListProvisionedModelThroughputsRequest |
withCreationTimeBefore(Date creationTimeBefore)
Return provisioned capacities created before the specified time.
|
ListProvisionedModelThroughputsRequest |
withMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
|
ListProvisionedModelThroughputsRequest |
withModelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
|
ListProvisionedModelThroughputsRequest |
withNameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
|
ListProvisionedModelThroughputsRequest |
withNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
ListProvisionedModelThroughputsRequest |
withSortBy(SortByProvisionedModels sortBy)
The field to sort by in the returned list of provisioned capacities.
|
ListProvisionedModelThroughputsRequest |
withSortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
|
ListProvisionedModelThroughputsRequest |
withSortOrder(SortOrder sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest |
withSortOrder(String sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest |
withStatusEquals(ProvisionedModelStatus statusEquals)
Return the list of provisioned capacities that match the specified status.
|
ListProvisionedModelThroughputsRequest |
withStatusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
|
addHandlerContext, copyBaseTo, 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 ListProvisionedModelThroughputsRequest()
public void setCreationTimeAfter(Date creationTimeAfter)
Return provisioned capacities created after the specified time.
creationTimeAfter - Return provisioned capacities created after the specified time.public Date getCreationTimeAfter()
Return provisioned capacities created after the specified time.
public ListProvisionedModelThroughputsRequest withCreationTimeAfter(Date creationTimeAfter)
Return provisioned capacities created after the specified time.
creationTimeAfter - Return provisioned capacities created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
Return provisioned capacities created before the specified time.
creationTimeBefore - Return provisioned capacities created before the specified time.public Date getCreationTimeBefore()
Return provisioned capacities created before the specified time.
public ListProvisionedModelThroughputsRequest withCreationTimeBefore(Date creationTimeBefore)
Return provisioned capacities created before the specified time.
creationTimeBefore - Return provisioned capacities created before the specified time.public void setStatusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
statusEquals - Return the list of provisioned capacities that match the specified status.ProvisionedModelStatuspublic String getStatusEquals()
Return the list of provisioned capacities that match the specified status.
ProvisionedModelStatuspublic ListProvisionedModelThroughputsRequest withStatusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
statusEquals - Return the list of provisioned capacities that match the specified status.ProvisionedModelStatuspublic ListProvisionedModelThroughputsRequest withStatusEquals(ProvisionedModelStatus statusEquals)
Return the list of provisioned capacities that match the specified status.
statusEquals - Return the list of provisioned capacities that match the specified status.ProvisionedModelStatuspublic void setModelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
modelArnEquals - Return the list of provisioned capacities where their model ARN is equal to this parameter.public String getModelArnEquals()
Return the list of provisioned capacities where their model ARN is equal to this parameter.
public ListProvisionedModelThroughputsRequest withModelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
modelArnEquals - Return the list of provisioned capacities where their model ARN is equal to this parameter.public void setNameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
nameContains - Return the list of provisioned capacities if their name contains these characters.public String getNameContains()
Return the list of provisioned capacities if their name contains these characters.
public ListProvisionedModelThroughputsRequest withNameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
nameContains - Return the list of provisioned capacities if their name contains these characters.public void setMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
maxResults - THe maximum number of results to return in the response.public Integer getMaxResults()
THe maximum number of results to return in the response.
public ListProvisionedModelThroughputsRequest withMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
maxResults - THe maximum number of results to return in the response.public void setNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
nextToken - Continuation token from the previous response, for Amazon Bedrock to list the next set of results.public String getNextToken()
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
public ListProvisionedModelThroughputsRequest withNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
nextToken - Continuation token from the previous response, for Amazon Bedrock to list the next set of results.public void setSortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
sortBy - The field to sort by in the returned list of provisioned capacities.SortByProvisionedModelspublic String getSortBy()
The field to sort by in the returned list of provisioned capacities.
SortByProvisionedModelspublic ListProvisionedModelThroughputsRequest withSortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
sortBy - The field to sort by in the returned list of provisioned capacities.SortByProvisionedModelspublic ListProvisionedModelThroughputsRequest withSortBy(SortByProvisionedModels sortBy)
The field to sort by in the returned list of provisioned capacities.
sortBy - The field to sort by in the returned list of provisioned capacities.SortByProvisionedModelspublic void setSortOrder(String sortOrder)
The sort order of the results.
sortOrder - The sort order of the results.SortOrderpublic String getSortOrder()
The sort order of the results.
SortOrderpublic ListProvisionedModelThroughputsRequest withSortOrder(String sortOrder)
The sort order of the results.
sortOrder - The sort order of the results.SortOrderpublic ListProvisionedModelThroughputsRequest withSortOrder(SortOrder sortOrder)
The sort order of the results.
sortOrder - The sort order of the results.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListProvisionedModelThroughputsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.