public final class MetricsAccessPointArnPredicate extends MetricsFilterPredicate
MetricsFilterPredicate
class to represent the accessPointArn
to use when evaluating a metrics filter.Constructor and Description |
---|
MetricsAccessPointArnPredicate(String accessPointArn) |
Modifier and Type | Method and Description |
---|---|
void |
accept(MetricsPredicateVisitor metricsPredicateVisitor)
Helper method that accepts an implemenation of
MetricsPredicateVisitor
and invokes the most applicable visit method in the visitor. |
String |
getAccessPointArn()
The access point arn used when evaluating an AND predicate.
|
public MetricsAccessPointArnPredicate(String accessPointArn)
public String getAccessPointArn()
The access point arn used when evaluating an AND predicate.
public void accept(MetricsPredicateVisitor metricsPredicateVisitor)
MetricsFilterPredicate
MetricsPredicateVisitor
and invokes the most applicable visit method in the visitor.accept
in class MetricsFilterPredicate