@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterNamePrefix()
The prefix to match.
|
Integer |
getLimit()
The maximum number of items returned.
|
String |
getLogGroupName()
The name of the log group.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setFilterNamePrefix(String filterNamePrefix)
The prefix to match.
|
void |
setLimit(Integer limit)
The maximum number of items returned.
|
void |
setLogGroupName(String logGroupName)
The name of the log group.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSubscriptionFiltersRequest |
withFilterNamePrefix(String filterNamePrefix)
The prefix to match.
|
DescribeSubscriptionFiltersRequest |
withLimit(Integer limit)
The maximum number of items returned.
|
DescribeSubscriptionFiltersRequest |
withLogGroupName(String logGroupName)
The name of the log group.
|
DescribeSubscriptionFiltersRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public String getLogGroupName()
The name of the log group.
public DescribeSubscriptionFiltersRequest withLogGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.public void setFilterNamePrefix(String filterNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
filterNamePrefix
- The prefix to match. If you don't specify a value, no prefix filter is applied.public String getFilterNamePrefix()
The prefix to match. If you don't specify a value, no prefix filter is applied.
public DescribeSubscriptionFiltersRequest withFilterNamePrefix(String filterNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
filterNamePrefix
- The prefix to match. If you don't specify a value, no prefix filter is applied.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeSubscriptionFiltersRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setLimit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.public Integer getLimit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public DescribeSubscriptionFiltersRequest withLimit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.public String toString()
toString
in class Object
Object.toString()
public DescribeSubscriptionFiltersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.