@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailableMeteredProductsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAvailableMeteredProductsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAvailableMeteredProductsResult |
clone() |
boolean |
equals(Object obj) |
List<MeteredProductSummary> |
getMeteredProducts()
The metered products.
|
String |
getNextToken()
If Deadline Cloud returns
nextToken, then there are more results available. |
int |
hashCode() |
void |
setMeteredProducts(Collection<MeteredProductSummary> meteredProducts)
The metered products.
|
void |
setNextToken(String nextToken)
If Deadline Cloud returns
nextToken, then there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListAvailableMeteredProductsResult |
withMeteredProducts(Collection<MeteredProductSummary> meteredProducts)
The metered products.
|
ListAvailableMeteredProductsResult |
withMeteredProducts(MeteredProductSummary... meteredProducts)
The metered products.
|
ListAvailableMeteredProductsResult |
withNextToken(String nextToken)
If Deadline Cloud returns
nextToken, then there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<MeteredProductSummary> getMeteredProducts()
The metered products.
public void setMeteredProducts(Collection<MeteredProductSummary> meteredProducts)
The metered products.
meteredProducts - The metered products.public ListAvailableMeteredProductsResult withMeteredProducts(MeteredProductSummary... meteredProducts)
The metered products.
NOTE: This method appends the values to the existing list (if any). Use
setMeteredProducts(java.util.Collection) or withMeteredProducts(java.util.Collection) if you
want to override the existing values.
meteredProducts - The metered products.public ListAvailableMeteredProductsResult withMeteredProducts(Collection<MeteredProductSummary> meteredProducts)
The metered products.
meteredProducts - The metered products.public void setNextToken(String nextToken)
If Deadline Cloud returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
nextToken - If Deadline Cloud returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.public String getNextToken()
If Deadline Cloud returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.public ListAvailableMeteredProductsResult withNextToken(String nextToken)
If Deadline Cloud returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
nextToken - If Deadline Cloud returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.public String toString()
toString in class ObjectObject.toString()public ListAvailableMeteredProductsResult clone()
Copyright © 2025. All rights reserved.