@Generated(value="software.amazon.awssdk:codegen") public final class TrafficMirrorFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>
Describes the Traffic Mirror filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrafficMirrorFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrafficMirrorFilter.Builder |
builder() |
String |
description()
The description of the Traffic Mirror filter.
|
List<TrafficMirrorFilterRule> |
egressFilterRules()
Information about the egress rules that are associated with the Traffic Mirror filter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<TrafficMirrorFilterRule> |
ingressFilterRules()
Information about the ingress rules that are associated with the Traffic Mirror filter.
|
List<TrafficMirrorNetworkService> |
networkServices()
The network service traffic that is associated with the Traffic Mirror filter.
|
List<String> |
networkServicesAsStrings()
The network service traffic that is associated with the Traffic Mirror filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrafficMirrorFilter.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags assigned to the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
public List<TrafficMirrorFilterRule> ingressFilterRules()
Information about the ingress rules that are associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<TrafficMirrorFilterRule> egressFilterRules()
Information about the egress rules that are associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<TrafficMirrorNetworkService> networkServices()
The network service traffic that is associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> networkServicesAsStrings()
The network service traffic that is associated with the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String description()
The description of the Traffic Mirror filter.
public List<Tag> tags()
The tags assigned to the Traffic Mirror filter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TrafficMirrorFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>public static TrafficMirrorFilter.Builder builder()
public static Class<? extends TrafficMirrorFilter.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.