@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnabledProductsForImportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEnabledProductsForImportResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEnabledProductsForImportResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to request the next page of results.
|
List<String> |
getProductSubscriptions()
The list of ARNs for the resources that represent your subscriptions to products.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
void |
setProductSubscriptions(Collection<String> productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
|
String |
toString()
Returns a string representation of this object.
|
ListEnabledProductsForImportResult |
withNextToken(String nextToken)
The pagination token to use to request the next page of results.
|
ListEnabledProductsForImportResult |
withProductSubscriptions(Collection<String> productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
|
ListEnabledProductsForImportResult |
withProductSubscriptions(String... productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getProductSubscriptions()
The list of ARNs for the resources that represent your subscriptions to products.
public void setProductSubscriptions(Collection<String> productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.public ListEnabledProductsForImportResult withProductSubscriptions(String... productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
NOTE: This method appends the values to the existing list (if any). Use
setProductSubscriptions(java.util.Collection) or withProductSubscriptions(java.util.Collection)
if you want to override the existing values.
productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.public ListEnabledProductsForImportResult withProductSubscriptions(Collection<String> productSubscriptions)
The list of ARNs for the resources that represent your subscriptions to products.
productSubscriptions - The list of ARNs for the resources that represent your subscriptions to products.public void setNextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.public String getNextToken()
The pagination token to use to request the next page of results.
public ListEnabledProductsForImportResult withNextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.public String toString()
toString in class ObjectObject.toString()public ListEnabledProductsForImportResult clone()
Copyright © 2024. All rights reserved.