@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 token that is required for pagination.
|
List<String> |
getProductSubscriptions()
A list of ARNs for the resources that represent your subscriptions to products.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that is required for pagination.
|
void |
setProductSubscriptions(Collection<String> productSubscriptions)
A 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 token that is required for pagination.
|
ListEnabledProductsForImportResult |
withProductSubscriptions(Collection<String> productSubscriptions)
A list of ARNs for the resources that represent your subscriptions to products.
|
ListEnabledProductsForImportResult |
withProductSubscriptions(String... productSubscriptions)
A list of ARNs for the resources that represent your subscriptions to products.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getProductSubscriptions()
A list of ARNs for the resources that represent your subscriptions to products.
public void setProductSubscriptions(Collection<String> productSubscriptions)
A list of ARNs for the resources that represent your subscriptions to products.
productSubscriptions - A list of ARNs for the resources that represent your subscriptions to products.public ListEnabledProductsForImportResult withProductSubscriptions(String... productSubscriptions)
A 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 - A list of ARNs for the resources that represent your subscriptions to products.public ListEnabledProductsForImportResult withProductSubscriptions(Collection<String> productSubscriptions)
A list of ARNs for the resources that represent your subscriptions to products.
productSubscriptions - A list of ARNs for the resources that represent your subscriptions to products.public void setNextToken(String nextToken)
The token that is required for pagination.
nextToken - The token that is required for pagination.public String getNextToken()
The token that is required for pagination.
public ListEnabledProductsForImportResult withNextToken(String nextToken)
The token that is required for pagination.
nextToken - The token that is required for pagination.public String toString()
toString in class ObjectObject.toString()public ListEnabledProductsForImportResult clone()
Copyright © 2018. All rights reserved.