@Generated(value="software.amazon.awssdk:codegen") public 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)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
limit()
The maximum number of items returned.
|
String |
logGroupName()
The name of the log group.
|
String |
metricName()
Returns the value of the MetricName property for this object.
|
String |
metricNamespace()
The namespace of the CloudWatch metric.
|
String |
nextToken()
The token for the next set of items to return.
|
static Class<? extends DescribeMetricFiltersRequest.Builder> |
serializableBuilderClass() |
DescribeMetricFiltersRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfig
copy
public 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()
public String metricNamespace()
The namespace of the CloudWatch metric.
public DescribeMetricFiltersRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeMetricFiltersRequest.Builder,DescribeMetricFiltersRequest>
toBuilder
in class CloudWatchLogsRequest
public static DescribeMetricFiltersRequest.Builder builder()
public static Class<? extends DescribeMetricFiltersRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.