@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProductSubscribersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListProductSubscribersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListProductSubscribersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that is required for pagination.
|
List<String> |
getProductSubscribers()
A list of account IDs that are subscribed to the product.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that is required for pagination.
|
void |
setProductSubscribers(Collection<String> productSubscribers)
A list of account IDs that are subscribed to the product.
|
String |
toString()
Returns a string representation of this object.
|
ListProductSubscribersResult |
withNextToken(String nextToken)
The token that is required for pagination.
|
ListProductSubscribersResult |
withProductSubscribers(Collection<String> productSubscribers)
A list of account IDs that are subscribed to the product.
|
ListProductSubscribersResult |
withProductSubscribers(String... productSubscribers)
A list of account IDs that are subscribed to the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getProductSubscribers()
A list of account IDs that are subscribed to the product.
public void setProductSubscribers(Collection<String> productSubscribers)
A list of account IDs that are subscribed to the product.
productSubscribers - A list of account IDs that are subscribed to the product.public ListProductSubscribersResult withProductSubscribers(String... productSubscribers)
A list of account IDs that are subscribed to the product.
NOTE: This method appends the values to the existing list (if any). Use
setProductSubscribers(java.util.Collection) or withProductSubscribers(java.util.Collection) if
you want to override the existing values.
productSubscribers - A list of account IDs that are subscribed to the product.public ListProductSubscribersResult withProductSubscribers(Collection<String> productSubscribers)
A list of account IDs that are subscribed to the product.
productSubscribers - A list of account IDs that are subscribed to the product.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 ListProductSubscribersResult 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 ListProductSubscribersResult clone()
Copyright © 2019. All rights reserved.