@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisionedModelThroughputsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListProvisionedModelThroughputsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Continuation token for the next request to list the next set of results.
|
List<ProvisionedModelSummary> |
getProvisionedModelSummaries()
List of summaries, one for each provisioned throughput in the response.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Continuation token for the next request to list the next set of results.
|
void |
setProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisionedModelThroughputsResult |
withNextToken(String nextToken)
Continuation token for the next request to list the next set of results.
|
ListProvisionedModelThroughputsResult |
withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
ListProvisionedModelThroughputsResult |
withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListProvisionedModelThroughputsResult()
public void setNextToken(String nextToken)
Continuation token for the next request to list the next set of results.
nextToken - Continuation token for the next request to list the next set of results.public String getNextToken()
Continuation token for the next request to list the next set of results.
public ListProvisionedModelThroughputsResult withNextToken(String nextToken)
Continuation token for the next request to list the next set of results.
nextToken - Continuation token for the next request to list the next set of results.public List<ProvisionedModelSummary> getProvisionedModelSummaries()
List of summaries, one for each provisioned throughput in the response.
public void setProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
provisionedModelSummaries - List of summaries, one for each provisioned throughput in the response.public ListProvisionedModelThroughputsResult withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedModelSummaries(java.util.Collection) or
withProvisionedModelSummaries(java.util.Collection) if you want to override the existing values.
provisionedModelSummaries - List of summaries, one for each provisioned throughput in the response.public ListProvisionedModelThroughputsResult withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
provisionedModelSummaries - List of summaries, one for each provisioned throughput in the response.public String toString()
toString in class ObjectObject.toString()public ListProvisionedModelThroughputsResult clone()
Copyright © 2023. All rights reserved.