@Generated(value="software.amazon.awssdk:codegen") public final class ListProvisionedModelThroughputsRequest extends BedrockRequest implements ToCopyableBuilder<ListProvisionedModelThroughputsRequest.Builder,ListProvisionedModelThroughputsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProvisionedModelThroughputsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProvisionedModelThroughputsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Return provisioned capacities created after the specified time.
|
Instant |
creationTimeBefore()
Return provisioned capacities created before the specified time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
THe maximum number of results to return in the response.
|
String |
modelArnEquals()
Return the list of provisioned capacities where their model ARN is equal to this parameter.
|
String |
nameContains()
Return the list of provisioned capacities if their name contains these characters.
|
String |
nextToken()
Continuation token from the previous response, for Bedrock to list the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListProvisionedModelThroughputsRequest.Builder> |
serializableBuilderClass() |
SortByProvisionedModels |
sortBy()
The field to sort by in the returned list of provisioned capacities.
|
String |
sortByAsString()
The field to sort by in the returned list of provisioned capacities.
|
SortOrder |
sortOrder()
The sort order of the results.
|
String |
sortOrderAsString()
The sort order of the results.
|
ProvisionedModelStatus |
statusEquals()
Return the list of provisioned capacities that match the specified status.
|
String |
statusEqualsAsString()
Return the list of provisioned capacities that match the specified status.
|
ListProvisionedModelThroughputsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimeAfter()
Return provisioned capacities created after the specified time.
public final Instant creationTimeBefore()
Return provisioned capacities created before the specified time.
public final ProvisionedModelStatus statusEquals()
Return the list of provisioned capacities that match the specified status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ProvisionedModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
ProvisionedModelStatuspublic final String statusEqualsAsString()
Return the list of provisioned capacities that match the specified status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ProvisionedModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
ProvisionedModelStatuspublic final String modelArnEquals()
Return the list of provisioned capacities where their model ARN is equal to this parameter.
public final String nameContains()
Return the list of provisioned capacities if their name contains these characters.
public final Integer maxResults()
THe maximum number of results to return in the response.
public final String nextToken()
Continuation token from the previous response, for Bedrock to list the next set of results.
public final SortByProvisionedModels sortBy()
The field to sort by in the returned list of provisioned capacities.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortByProvisionedModels.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
SortByProvisionedModelspublic final String sortByAsString()
The field to sort by in the returned list of provisioned capacities.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortByProvisionedModels.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
SortByProvisionedModelspublic final SortOrder sortOrder()
The sort order of the results.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The sort order of the results.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic ListProvisionedModelThroughputsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProvisionedModelThroughputsRequest.Builder,ListProvisionedModelThroughputsRequest>toBuilder in class BedrockRequestpublic static ListProvisionedModelThroughputsRequest.Builder builder()
public static Class<? extends ListProvisionedModelThroughputsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.