@Generated(value="software.amazon.awssdk:codegen") public final class DescribeMetricFiltersRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<DescribeMetricFiltersRequest.Builder,DescribeMetricFiltersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMetricFiltersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeMetricFiltersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
filterNamePrefix()
The prefix to match.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of items returned.
|
String |
logGroupName()
The name of the log group.
|
String |
metricName()
Filters results to include only those with the specified metric name.
|
String |
metricNamespace()
Filters results to include only those in the specified namespace.
|
String |
nextToken()
The token for the next set of items to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeMetricFiltersRequest.Builder> |
serializableBuilderClass() |
DescribeMetricFiltersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String logGroupName()
The name of the log group.
public String filterNamePrefix()
The prefix to match.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer limit()
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
public String metricName()
Filters results to include only those with the specified metric name. If you include this parameter in your
request, you must also include the metricNamespace parameter.
metricNamespace parameter.public String metricNamespace()
Filters results to include only those in the specified namespace. If you include this parameter in your request,
you must also include the metricName parameter.
metricName parameter.public DescribeMetricFiltersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeMetricFiltersRequest.Builder,DescribeMetricFiltersRequest>toBuilder in class CloudWatchLogsRequestpublic static DescribeMetricFiltersRequest.Builder builder()
public static Class<? extends DescribeMetricFiltersRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.