@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) |
boolean |
hasEgressFilterRules()
Returns true if the EgressFilterRules property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIngressFilterRules()
Returns true if the IngressFilterRules property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasNetworkServices()
Returns true if the NetworkServices property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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 final String trafficMirrorFilterId()
The ID of the Traffic Mirror filter.
public final boolean hasIngressFilterRules()
public final 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.
You can use hasIngressFilterRules() to see if a value was sent in this field.
public final boolean hasEgressFilterRules()
public final 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.
You can use hasEgressFilterRules() to see if a value was sent in this field.
public final 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.
You can use hasNetworkServices() to see if a value was sent in this field.
public final boolean hasNetworkServices()
public final 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.
You can use hasNetworkServices() to see if a value was sent in this field.
public final String description()
The description of the Traffic Mirror filter.
public final boolean hasTags()
public final 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.
You can use hasTags() to see if a value was sent in this field.
public TrafficMirrorFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>public static TrafficMirrorFilter.Builder builder()
public static Class<? extends TrafficMirrorFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.