@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()
If there are more results than the number you specified in the
maxResults field, this value is
returned. |
List<ProvisionedModelSummary> |
getProvisionedModelSummaries()
A list of summaries, one for each Provisioned Throughput in the response.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more results than the number you specified in the
maxResults field, this value is
returned. |
void |
setProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisionedModelThroughputsResult |
withNextToken(String nextToken)
If there are more results than the number you specified in the
maxResults field, this value is
returned. |
ListProvisionedModelThroughputsResult |
withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
ListProvisionedModelThroughputsResult |
withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListProvisionedModelThroughputsResult()
public void setNextToken(String nextToken)
If there are more results than the number you specified in the maxResults
field, this value is
returned. To see the next batch of results, include this value in the nextToken
field in another
list request.
nextToken
- If there are more results than the number you specified in the maxResults
field, this value
is returned. To see the next batch of results, include this value in the nextToken
field in
another list request.public String getNextToken()
If there are more results than the number you specified in the maxResults
field, this value is
returned. To see the next batch of results, include this value in the nextToken
field in another
list request.
maxResults
field, this value
is returned. To see the next batch of results, include this value in the nextToken
field in
another list request.public ListProvisionedModelThroughputsResult withNextToken(String nextToken)
If there are more results than the number you specified in the maxResults
field, this value is
returned. To see the next batch of results, include this value in the nextToken
field in another
list request.
nextToken
- If there are more results than the number you specified in the maxResults
field, this value
is returned. To see the next batch of results, include this value in the nextToken
field in
another list request.public List<ProvisionedModelSummary> getProvisionedModelSummaries()
A list of summaries, one for each Provisioned Throughput in the response.
public void setProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
provisionedModelSummaries
- A list of summaries, one for each Provisioned Throughput in the response.public ListProvisionedModelThroughputsResult withProvisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
A 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
- A list of summaries, one for each Provisioned Throughput in the response.public ListProvisionedModelThroughputsResult withProvisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
A list of summaries, one for each Provisioned Throughput in the response.
provisionedModelSummaries
- A list of summaries, one for each Provisioned Throughput in the response.public String toString()
toString
in class Object
Object.toString()
public ListProvisionedModelThroughputsResult clone()