public class DescribeSubscriptionFiltersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeSubscriptionFiltersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSubscriptionFiltersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getFilterNamePrefix()
Will only return subscription filters that match the provided
filterNamePrefix.
|
Integer |
getLimit() |
String |
getLogGroupName()
The log group name for which subscription filters are to be listed.
|
String |
getNextToken() |
int |
hashCode() |
void |
setFilterNamePrefix(String filterNamePrefix)
Will only return subscription filters that match the provided
filterNamePrefix.
|
void |
setLimit(Integer limit) |
void |
setLogGroupName(String logGroupName)
The log group name for which subscription filters are to be listed.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSubscriptionFiltersRequest |
withFilterNamePrefix(String filterNamePrefix)
Will only return subscription filters that match the provided
filterNamePrefix.
|
DescribeSubscriptionFiltersRequest |
withLimit(Integer limit) |
DescribeSubscriptionFiltersRequest |
withLogGroupName(String logGroupName)
The log group name for which subscription filters are to be listed.
|
DescribeSubscriptionFiltersRequest |
withNextToken(String nextToken) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setLogGroupName(String logGroupName)
The log group name for which subscription filters are to be listed.
logGroupName - The log group name for which subscription filters are to be
listed.public String getLogGroupName()
The log group name for which subscription filters are to be listed.
public DescribeSubscriptionFiltersRequest withLogGroupName(String logGroupName)
The log group name for which subscription filters are to be listed.
logGroupName - The log group name for which subscription filters are to be
listed.public void setFilterNamePrefix(String filterNamePrefix)
Will only return subscription filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.
filterNamePrefix - Will only return subscription filters that match the provided
filterNamePrefix. If you don't specify a value, no prefix filter
is applied.public String getFilterNamePrefix()
Will only return subscription filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.
public DescribeSubscriptionFiltersRequest withFilterNamePrefix(String filterNamePrefix)
Will only return subscription filters that match the provided filterNamePrefix. If you don't specify a value, no prefix filter is applied.
filterNamePrefix - Will only return subscription filters that match the provided
filterNamePrefix. If you don't specify a value, no prefix filter
is applied.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeSubscriptionFiltersRequest withNextToken(String nextToken)
nextToken - public void setLimit(Integer limit)
limit - public Integer getLimit()
public DescribeSubscriptionFiltersRequest withLimit(Integer limit)
limit - public String toString()
toString in class ObjectObject.toString()public DescribeSubscriptionFiltersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.