public class DescribeSubscriptionFiltersResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeSubscriptionFiltersResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSubscriptionFiltersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string token used for pagination that points to the next page of
results.
|
List<SubscriptionFilter> |
getSubscriptionFilters()
Returns the value of the SubscriptionFilters property for this object.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
void |
setSubscriptionFilters(Collection<SubscriptionFilter> subscriptionFilters)
Sets the value of the SubscriptionFilters property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSubscriptionFiltersResult |
withNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
DescribeSubscriptionFiltersResult |
withSubscriptionFilters(Collection<SubscriptionFilter> subscriptionFilters)
Sets the value of the SubscriptionFilters property for this object.
|
DescribeSubscriptionFiltersResult |
withSubscriptionFilters(SubscriptionFilter... subscriptionFilters)
Sets the value of the SubscriptionFilters property for this object.
|
public List<SubscriptionFilter> getSubscriptionFilters()
public void setSubscriptionFilters(Collection<SubscriptionFilter> subscriptionFilters)
subscriptionFilters - The new value for the SubscriptionFilters property for this object.public DescribeSubscriptionFiltersResult withSubscriptionFilters(SubscriptionFilter... subscriptionFilters)
NOTE: This method appends the values to the existing list (if
any). Use setSubscriptionFilters(java.util.Collection) or
withSubscriptionFilters(java.util.Collection) if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
subscriptionFilters - The new value for the SubscriptionFilters property for this object.public DescribeSubscriptionFiltersResult withSubscriptionFilters(Collection<SubscriptionFilter> subscriptionFilters)
Returns a reference to this object so that method calls can be chained together.
subscriptionFilters - The new value for the SubscriptionFilters property for this object.public String getNextToken()
Constraints:
Length: 1 -
public void setNextToken(String nextToken)
Constraints:
Length: 1 -
nextToken - A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the previous
request. The token expires after 24 hours.public DescribeSubscriptionFiltersResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken - A string token used for pagination that points to the next page of
results. It must be a value obtained from the response of the previous
request. The token expires after 24 hours.public String toString()
toString in class ObjectObject.toString()public DescribeSubscriptionFiltersResult clone()
Copyright © 2015. All rights reserved.