public class DescribeSubscriptionFiltersRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the subscription filters for the specified log group. You can list all the subscription filters or filter the results by prefix. The results are ASCII-sorted by filter name.
Constructor and Description |
---|
DescribeSubscriptionFiltersRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFilterNamePrefix()
The prefix to match.
|
java.lang.Integer |
getLimit()
The maximum number of items returned.
|
java.lang.String |
getLogGroupName()
The name of the log group.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setFilterNamePrefix(java.lang.String filterNamePrefix)
The prefix to match.
|
void |
setLimit(java.lang.Integer limit)
The maximum number of items returned.
|
void |
setLogGroupName(java.lang.String logGroupName)
The name of the log group.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSubscriptionFiltersRequest |
withFilterNamePrefix(java.lang.String filterNamePrefix)
The prefix to match.
|
DescribeSubscriptionFiltersRequest |
withLimit(java.lang.Integer limit)
The maximum number of items returned.
|
DescribeSubscriptionFiltersRequest |
withLogGroupName(java.lang.String logGroupName)
The name of the log group.
|
DescribeSubscriptionFiltersRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getLogGroupName()
The name of the log group.
Constraints:
Length: 1 - 512
Pattern: [\.\-_/#A-Za-z0-9]+
The name of the log group.
public void setLogGroupName(java.lang.String logGroupName)
The name of the log group.
Constraints:
Length: 1 - 512
Pattern: [\.\-_/#A-Za-z0-9]+
logGroupName
- The name of the log group.
public DescribeSubscriptionFiltersRequest withLogGroupName(java.lang.String logGroupName)
The name of the log group.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [\.\-_/#A-Za-z0-9]+
logGroupName
- The name of the log group.
public java.lang.String getFilterNamePrefix()
The prefix to match. If you don't specify a value, no prefix filter is applied.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
The prefix to match. If you don't specify a value, no prefix filter is applied.
public void setFilterNamePrefix(java.lang.String filterNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
filterNamePrefix
- The prefix to match. If you don't specify a value, no prefix filter is applied.
public DescribeSubscriptionFiltersRequest withFilterNamePrefix(java.lang.String filterNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
filterNamePrefix
- The prefix to match. If you don't specify a value, no prefix filter is applied.
public java.lang.String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Length: 1 -
The token for the next set of items to return. (You received this token from a previous call.)
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Length: 1 -
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public DescribeSubscriptionFiltersRequest withNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public java.lang.Integer getLimit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
Constraints:
Range: 1 - 50
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public void setLimit(java.lang.Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
Constraints:
Range: 1 - 50
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public DescribeSubscriptionFiltersRequest withLimit(java.lang.Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
limit
- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.