@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns Provisioned Throughputs created after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns Provisioned Throughputs created before the specified time.
|
Integer |
getMaxResults()
THe maximum number of results to return in the response.
|
String |
getModelArnEquals()
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that
you specify.
|
String |
getNameContains()
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
|
String |
getNextToken()
If there are more results than the number you specified in the
maxResults field, the response
returns a nextToken value. |
String |
getSortBy()
The field by which to sort the returned list of Provisioned Throughputs.
|
String |
getSortOrder()
The sort order of the results.
|
String |
getStatusEquals()
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns Provisioned Throughputs created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns Provisioned Throughputs created before the specified time.
|
void |
setMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
|
void |
setModelArnEquals(String modelArnEquals)
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that
you specify.
|
void |
setNameContains(String nameContains)
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
|
void |
setNextToken(String nextToken)
If there are more results than the number you specified in the
maxResults field, the response
returns a nextToken value. |
void |
setSortBy(String sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
|
void |
setSortOrder(String sortOrder)
The sort order of the results.
|
void |
setStatusEquals(String statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisionedModelThroughputsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns Provisioned Throughputs created after the specified time.
|
ListProvisionedModelThroughputsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns Provisioned Throughputs created before the specified time.
|
ListProvisionedModelThroughputsRequest |
withMaxResults(Integer maxResults)
THe maximum number of results to return in the response.
|
ListProvisionedModelThroughputsRequest |
withModelArnEquals(String modelArnEquals)
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that
you specify.
|
ListProvisionedModelThroughputsRequest |
withNameContains(String nameContains)
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
|
ListProvisionedModelThroughputsRequest |
withNextToken(String nextToken)
If there are more results than the number you specified in the
maxResults field, the response
returns a nextToken value. |
ListProvisionedModelThroughputsRequest |
withSortBy(SortByProvisionedModels sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
|
ListProvisionedModelThroughputsRequest |
withSortBy(String sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
|
ListProvisionedModelThroughputsRequest |
withSortOrder(SortOrder sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest |
withSortOrder(String sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest |
withStatusEquals(ProvisionedModelStatus statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
|
ListProvisionedModelThroughputsRequest |
withStatusEquals(String statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
|
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 ListProvisionedModelThroughputsRequest()
public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns Provisioned Throughputs created after the specified time.
creationTimeAfter
- A filter that returns Provisioned Throughputs created after the specified time.public Date getCreationTimeAfter()
A filter that returns Provisioned Throughputs created after the specified time.
public ListProvisionedModelThroughputsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns Provisioned Throughputs created after the specified time.
creationTimeAfter
- A filter that returns Provisioned Throughputs created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns Provisioned Throughputs created before the specified time.
creationTimeBefore
- A filter that returns Provisioned Throughputs created before the specified time.public Date getCreationTimeBefore()
A filter that returns Provisioned Throughputs created before the specified time.
public ListProvisionedModelThroughputsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns Provisioned Throughputs created before the specified time.
creationTimeBefore
- A filter that returns Provisioned Throughputs created before the specified time.public void setStatusEquals(String statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
statusEquals
- A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.ProvisionedModelStatus
public String getStatusEquals()
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
ProvisionedModelStatus
public ListProvisionedModelThroughputsRequest withStatusEquals(String statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
statusEquals
- A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.ProvisionedModelStatus
public ListProvisionedModelThroughputsRequest withStatusEquals(ProvisionedModelStatus statusEquals)
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
statusEquals
- A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.ProvisionedModelStatus
public void setModelArnEquals(String modelArnEquals)
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
modelArnEquals
- A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value
that you specify.public String getModelArnEquals()
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
public ListProvisionedModelThroughputsRequest withModelArnEquals(String modelArnEquals)
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
modelArnEquals
- A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value
that you specify.public void setNameContains(String nameContains)
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
nameContains
- A filter that returns Provisioned Throughputs if their name contains the expression that you specify.public String getNameContains()
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
public ListProvisionedModelThroughputsRequest withNameContains(String nameContains)
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
nameContains
- A filter that returns Provisioned Throughputs if their name contains the expression that you specify.public void setMaxResults(Integer maxResults)
THe maximum number of results to return in the response. If there are more results than the number you specified,
the response returns a nextToken
value. To see the next batch of results, send the
nextToken
value in another list request.
maxResults
- THe maximum number of results to return in the response. If there are more results than the number you
specified, the response returns a nextToken
value. To see the next batch of results, send the
nextToken
value in another list request.public Integer getMaxResults()
THe maximum number of results to return in the response. If there are more results than the number you specified,
the response returns a nextToken
value. To see the next batch of results, send the
nextToken
value in another list request.
nextToken
value. To see the next batch of results, send
the nextToken
value in another list request.public ListProvisionedModelThroughputsRequest withMaxResults(Integer maxResults)
THe maximum number of results to return in the response. If there are more results than the number you specified,
the response returns a nextToken
value. To see the next batch of results, send the
nextToken
value in another list request.
maxResults
- THe maximum number of results to return in the response. If there are more results than the number you
specified, the response returns a nextToken
value. To see the next batch of results, send the
nextToken
value in another list request.public void setNextToken(String nextToken)
If there are more results than the number you specified in the maxResults
field, the response
returns a nextToken
value. To see the next batch of results, specify the nextToken
value in this field.
nextToken
- If there are more results than the number you specified in the maxResults
field, the response
returns a nextToken
value. To see the next batch of results, specify the
nextToken
value in this field.public String getNextToken()
If there are more results than the number you specified in the maxResults
field, the response
returns a nextToken
value. To see the next batch of results, specify the nextToken
value in this field.
maxResults
field, the
response returns a nextToken
value. To see the next batch of results, specify the
nextToken
value in this field.public ListProvisionedModelThroughputsRequest withNextToken(String nextToken)
If there are more results than the number you specified in the maxResults
field, the response
returns a nextToken
value. To see the next batch of results, specify the nextToken
value in this field.
nextToken
- If there are more results than the number you specified in the maxResults
field, the response
returns a nextToken
value. To see the next batch of results, specify the
nextToken
value in this field.public void setSortBy(String sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
sortBy
- The field by which to sort the returned list of Provisioned Throughputs.SortByProvisionedModels
public String getSortBy()
The field by which to sort the returned list of Provisioned Throughputs.
SortByProvisionedModels
public ListProvisionedModelThroughputsRequest withSortBy(String sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
sortBy
- The field by which to sort the returned list of Provisioned Throughputs.SortByProvisionedModels
public ListProvisionedModelThroughputsRequest withSortBy(SortByProvisionedModels sortBy)
The field by which to sort the returned list of Provisioned Throughputs.
sortBy
- The field by which to sort the returned list of Provisioned Throughputs.SortByProvisionedModels
public void setSortOrder(String sortOrder)
The sort order of the results.
sortOrder
- The sort order of the results.SortOrder
public String getSortOrder()
The sort order of the results.
SortOrder
public ListProvisionedModelThroughputsRequest withSortOrder(String sortOrder)
The sort order of the results.
sortOrder
- The sort order of the results.SortOrder
public ListProvisionedModelThroughputsRequest withSortOrder(SortOrder sortOrder)
The sort order of the results.
sortOrder
- The sort order of the results.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListProvisionedModelThroughputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()